From 636f3f07039c0b5ab8d9c7f07768c2b82d14f76f Mon Sep 17 00:00:00 2001 From: Sarge-117 Date: Thu, 1 Sep 2022 19:10:40 -0700 Subject: [PATCH] Update tooltip --- libultraship/libultraship/ImGuiImpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libultraship/libultraship/ImGuiImpl.cpp b/libultraship/libultraship/ImGuiImpl.cpp index 438c554866..aa0aca9ad3 100644 --- a/libultraship/libultraship/ImGuiImpl.cpp +++ b/libultraship/libultraship/ImGuiImpl.cpp @@ -1498,9 +1498,9 @@ namespace SohImGui { PaddedEnhancementCheckbox("Pull grave during the day", "gDayGravePull", true, false); Tooltip("Allows graves to be pulled when child during the day"); PaddedEnhancementCheckbox("Blue Fire Arrows", "gBlueFireArrows", true, false); - Tooltip("Allows Ice Arrows to melt red ice"); + Tooltip("Allows Ice Arrows to melt red ice (may need to reload the room when first enabled)"); PaddedEnhancementCheckbox("Sunlight Arrows", "gSunlightArrows", true, false); - Tooltip("Allows Light Arrows to activate sun switches"); + Tooltip("Allows Light Arrows to activate sun switches (may need to reload the room when first enabled)"); ImGui::EndMenu(); }