diff options
| author | mckinlee <mckinlee@ymail.com> | 2025-08-03 12:27:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-03 12:27:33 -0400 |
| commit | 6444ca80f3c1086c4d58c76c85737493f1a1e6d9 (patch) | |
| tree | a83c4608a6ac256a74cb6f9e8232ebb71f125e71 /mm/2s2h/BenGui/BenMenu.cpp | |
| parent | f5f63f1cc020ec49fa1d740cec8f240f7629c89f (diff) | |
[Cheat] Climb Anywhere (#1219)
* Add Climb Anywhere enhancement
* Add Balloondude's suggested changes
Co-authored-by: balloondude2 <55861555+balloondude2@users.noreply.github.com>
---------
Co-authored-by: balloondude2 <55861555+balloondude2@users.noreply.github.com>
Co-authored-by: Eblo <7004497+Eblo@users.noreply.github.com>
Diffstat (limited to 'mm/2s2h/BenGui/BenMenu.cpp')
| -rw-r--r-- | mm/2s2h/BenGui/BenMenu.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mm/2s2h/BenGui/BenMenu.cpp b/mm/2s2h/BenGui/BenMenu.cpp index 178c9599b..92df4f93b 100644 --- a/mm/2s2h/BenGui/BenMenu.cpp +++ b/mm/2s2h/BenGui/BenMenu.cpp @@ -856,6 +856,9 @@ void BenMenu::AddEnhancements() { AddWidget(path, "Elegy of Emptiness Anywhere", WIDGET_CVAR_CHECKBOX) .CVar("gCheats.ElegyAnywhere") .Options(CheckboxOptions().Tooltip("Allows Elegy of Emptiness outside of Ikana.")); + AddWidget(path, "Climb Anywhere", WIDGET_CVAR_CHECKBOX) + .CVar("gCheats.ClimbAnywhere") + .Options(CheckboxOptions().Tooltip("Allows climbing on most walls regardless of vines.")); AddWidget(path, "Stop Time in Dungeons", WIDGET_CVAR_COMBOBOX) .CVar("gCheats.TempleTimeStop") .Options( |
