Difficulty: CuccosToReturn (#5552)
* Difficulty: CuccosToReturn Mirrors rando option * remove RSK_CUCCO_COUNT * revert forcing rando to at least 1
This commit is contained in:
@@ -1138,6 +1138,10 @@ void SohMenu::AddMenuEnhancements() {
|
||||
.CVar(CVAR_ENHANCEMENT("CuccoStayDurationMult"))
|
||||
.Options(IntSliderOptions().Min(1).Max(5).DefaultValue(1).Format("%dx").Tooltip(
|
||||
"Cuccos will stay in place longer after putting them down, by a multiple of the value of the slider."));
|
||||
AddWidget(path, "Cuccos Needed By Anju: %d", WIDGET_CVAR_SLIDER_INT)
|
||||
.CVar(CVAR_ENHANCEMENT("CuccosToReturn"))
|
||||
.Options(IntSliderOptions().Min(0).Max(7).DefaultValue(7).Format("%d").Tooltip(
|
||||
"The amount of cuccos needed to receive bottle from Anju the Cucco Lady."));
|
||||
|
||||
path.column = SECTION_COLUMN_3;
|
||||
AddWidget(path, "Enemies", WIDGET_SEPARATOR_TEXT);
|
||||
|
||||
Reference in New Issue
Block a user