mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-30 16:35:26 -04:00
comment out other options
This commit is contained in:
@@ -408,7 +408,7 @@ RandomizerWindow::RandomizerWindow() {
|
||||
|
||||
rando_config_toggle(leftPane, rightPane, "Dungeon Rewards Can Be Anywhere");
|
||||
rando_config_toggle(leftPane, rightPane, "No Small Keys on Bosses");
|
||||
rando_config_toggle(leftPane, rightPane, "Unrequired Dungeons Are Barren");
|
||||
// rando_config_toggle(leftPane, rightPane, "Unrequired Dungeons Are Barren");
|
||||
|
||||
leftPane.add_section("Timesavers");
|
||||
|
||||
@@ -429,7 +429,7 @@ RandomizerWindow::RandomizerWindow() {
|
||||
|
||||
rando_config_group(leftPane, rightPane, "Starting Form");
|
||||
rando_config_toggle(leftPane, rightPane, "Increase Wallet Capacity");
|
||||
rando_config_toggle(leftPane, rightPane, "Shops Display The Replaced Item");
|
||||
// rando_config_toggle(leftPane, rightPane, "Shops Display The Replaced Item");
|
||||
rando_config_toggle(leftPane, rightPane, "Bonks Do Damage");
|
||||
rando_config_group(leftPane, rightPane, "Trap Item Frequency");
|
||||
rando_config_group(leftPane, rightPane, "Starting Time of Day");
|
||||
@@ -501,4 +501,4 @@ randomizer::seedgen::config::Config& GetRandomizerConfig() {
|
||||
GetRandomizerPreferencesPath()};
|
||||
return s_config;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user