Restores IS_RANDO default for the "Always Win Dampe Digging Game" enhancement and changes the tooltip to reflect the default status rather than the forced on status. (#5788)
This commit is contained in:
@@ -1281,7 +1281,7 @@ void SohMenu::AddMenuEnhancements() {
|
||||
.CVar(CVAR_ENHANCEMENT("DampeWin"))
|
||||
.Options(CheckboxOptions().Tooltip(
|
||||
"Always win the Heart Piece/Purple Rupee on the first dig in Dampe's Grave Digging game. "
|
||||
"In a Randomizer file, this is always enabled."));
|
||||
"In a Randomizer file, this defaults to on if this enhancement has never been changed."));
|
||||
AddWidget(path, "All Dogs are Richard", WIDGET_CVAR_CHECKBOX)
|
||||
.CVar(CVAR_ENHANCEMENT("AllDogsRichard"))
|
||||
.Options(CheckboxOptions().Tooltip("All dogs can be traded in and will count as Richard."));
|
||||
|
||||
Reference in New Issue
Block a user