From dc44dc9ef640c5524f397da47a64e2587e04d6b5 Mon Sep 17 00:00:00 2001 From: Sarge-117 Date: Sun, 28 Aug 2022 10:15:39 -0700 Subject: [PATCH] Add rando enhancement checkbox --- libultraship/libultraship/ImGuiImpl.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libultraship/libultraship/ImGuiImpl.cpp b/libultraship/libultraship/ImGuiImpl.cpp index d430bc7699..7e78b17182 100644 --- a/libultraship/libultraship/ImGuiImpl.cpp +++ b/libultraship/libultraship/ImGuiImpl.cpp @@ -2017,6 +2017,11 @@ namespace SohImGui { "Play unique fanfares when obtaining quest items " "(medallions/stones/songs). Note that these fanfares are longer than usual." ); + PaddedEnhancementCheckbox("Enhanced Magic Arrows", "gEnhancedMagicArrows", true, false); + Tooltip( + "Allows Ice Arrows to melt red ice and allows Light Arrows " + "to activate Sun Switches." + ); ImGui::EndMenu(); }