From 003ded65da2951486201a8e7c7999315f402c813 Mon Sep 17 00:00:00 2001 From: PurpleHato Date: Sun, 15 May 2022 16:48:53 +0200 Subject: [PATCH] Fix description of Unrestricted Item chek Using change from PR #334 --- libultraship/libultraship/SohImGuiImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libultraship/libultraship/SohImGuiImpl.cpp b/libultraship/libultraship/SohImGuiImpl.cpp index 67dfd3856..8052153b1 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -762,7 +762,7 @@ namespace SohImGui { EnhancementCheckbox("Easy ISG", "gEzISG"); Tooltip("Automatically activates the Infinite Sword glitch, making you constantly swing your sword"); EnhancementCheckbox("Unrestricted Items", "gNoRestrictItems"); - Tooltip("Allows you to use all items at any age"); + Tooltip("Allows you to use any item at any location"); EnhancementCheckbox("Freeze Time", "gFreezeTime"); Tooltip("Freezes the time of day");