Remove MenuOptionIndex Middleman and fix rando presets (#5185)

* Remove CVar Middleman and fix rando presets

* Throwing in a couple of typo corrections
This commit is contained in:
Christopher Leggett
2025-03-23 14:07:12 -04:00
committed by GitHub
parent 2564721b2c
commit 45b8f228d9
8 changed files with 13 additions and 77 deletions

View File

@@ -904,7 +904,7 @@ void SohMenu::AddMenuEnhancements() {
.Options(CheckboxOptions().Tooltip(
"Removes the Dungeon Entrance icon on the top-left corner of the screen when no dungeon is present on the "
"current map."));
AddWidget(path, "Fix Two-Handled Idle Animations", WIDGET_CVAR_CHECKBOX)
AddWidget(path, "Fix Two-Handed Idle Animations", WIDGET_CVAR_CHECKBOX)
.CVar(CVAR_ENHANCEMENT("TwoHandedIdle"))
.Options(CheckboxOptions().Tooltip(
"Re-Enables the two-handed idle animation, a seemingly finished animation that was disabled on accident "
@@ -975,7 +975,7 @@ void SohMenu::AddMenuEnhancements() {
.Options(CheckboxOptions().Tooltip(
"Restore pre-release behavior where defeating a Gold Skulltula will play a cutscene showing it die."));
AddWidget(path, "Pulsate Boss Icon", WIDGET_CVAR_CHECKBOX)
.CVar(CVAR_ENHANCEMENT("Pulsate Boss Icon"))
.CVar(CVAR_ENHANCEMENT("PulsateBossIcon"))
.Options(CheckboxOptions().Tooltip(
"Restores an unfinished feature to pulsate the boss room icon when you are in the boss room."));