diff options
Diffstat (limited to 'mm/2s2h/BenGui/BenMenu.cpp')
| -rw-r--r-- | mm/2s2h/BenGui/BenMenu.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mm/2s2h/BenGui/BenMenu.cpp b/mm/2s2h/BenGui/BenMenu.cpp index c1c8d5563..2cfc503e8 100644 --- a/mm/2s2h/BenGui/BenMenu.cpp +++ b/mm/2s2h/BenGui/BenMenu.cpp @@ -930,6 +930,11 @@ void BenMenu::AddEnhancements() { .CVar("gEnhancements.PlayerActions.ArrowCycle") .Options(CheckboxOptions().Tooltip( "While aiming the bow, use R to cycle between Normal, Fire, Ice and Light arrows.")); + AddWidget(path, "Remote Bombchu Control", WIDGET_CVAR_CHECKBOX) + .CVar("gEnhancements.PlayerActions.RemoteBombchu") + .Options(CheckboxOptions().Tooltip( + "Allows you to control the direction of the Bombchu while it is moving. Press B to detonate. Press A to " + "stop controlling the Bombchu.")); AddWidget(path, "Bombchu Drops", WIDGET_CVAR_CHECKBOX) .CVar("gEnhancements.Equipment.ChuDrops") .Options( |
