From 883bc173edba1d644ff6577998e7dfc30c380a30 Mon Sep 17 00:00:00 2001 From: Demur Rumed Date: Sun, 8 Jun 2025 21:35:25 +0000 Subject: [PATCH] tooltip --- soh/soh/SohGui/SohMenuEnhancements.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/soh/soh/SohGui/SohMenuEnhancements.cpp b/soh/soh/SohGui/SohMenuEnhancements.cpp index 31b0d6d4b..15cb81f9d 100644 --- a/soh/soh/SohGui/SohMenuEnhancements.cpp +++ b/soh/soh/SohGui/SohMenuEnhancements.cpp @@ -1126,7 +1126,8 @@ void SohMenu::AddMenuEnhancements() { AddWidget(path, "Switch Timer Multiplier", WIDGET_CVAR_SLIDER_INT) .CVar(CVAR_ENHANCEMENT("SwitchTimerMultiplier")) .Options(IntSliderOptions().Min(-5).Max(5).DefaultValue(0).Format("%+d").Tooltip( - "-5 will be half as much time, +5 will be 6x as much time")); + "-5 will be half as much time, +5 will be 6x as much time. Affects timed switches, torches, GTG statue " + "eyes, & doors in race with Dampe.")); AddWidget(path, "Always Win Goron Pot", WIDGET_CVAR_CHECKBOX) .CVar(CVAR_ENHANCEMENT("GoronPot")) .Options(CheckboxOptions().Tooltip("Always get the Heart Piece/Purple Rupee from the Spinning Goron Pot."));