comment out other options

This commit is contained in:
gymnast86
2026-05-20 13:58:37 -07:00
parent 8113fc3088
commit 0d819b215d
+3 -3
View File
@@ -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;
}
}
}