remove leftover No Dampe Fire checkbox (#5561)

got moved to difficulty dropdown
This commit is contained in:
Philip Dubé
2025-06-11 21:38:34 +00:00
committed by GitHub
parent af99ef8e07
commit 07328a0ecb

View File

@@ -1586,9 +1586,6 @@ void SohMenu::AddMenuEnhancements() {
.Options(CheckboxOptions().Tooltip(
"Keese and Guay no longer target you and simply ignore you as if you were wearing the "
"Skull Mask."));
AddWidget(path, "No Dampe Fire", WIDGET_CVAR_CHECKBOX)
.CVar(CVAR_CHEAT("NoDampeFire"))
.Options(CheckboxOptions().Tooltip("Dampe won't drop fireballs during race."));
AddWidget(path, "Glitch Aids", WIDGET_SEPARATOR_TEXT);
AddWidget(path, "Easy Frame Advancing with Pause", WIDGET_CVAR_CHECKBOX)