diff --git a/mods/randomizer/generator/data/tests/logic/all random/settings.yaml b/mods/randomizer/generator/data/tests/logic/all random/settings.yaml index f469aad0ff..cfbd74a3e5 100644 --- a/mods/randomizer/generator/data/tests/logic/all random/settings.yaml +++ b/mods/randomizer/generator/data/tests/logic/all random/settings.yaml @@ -26,7 +26,7 @@ Lakebed Does Not Require Water Bombs: Random Lanayru Twilight Cleared: Random Logic Rules: Random Maps and Compasses: Random -No Small Keys on Bosses: Random +Small Keys on Bosses: Random Open Door of Time: Random Palace of Twilight Requirements: Random Poe Souls: Random diff --git a/mods/randomizer/src/ui/rando_config.cpp b/mods/randomizer/src/ui/rando_config.cpp index 750e9b53e7..0dd3b6625d 100644 --- a/mods/randomizer/src/ui/rando_config.cpp +++ b/mods/randomizer/src/ui/rando_config.cpp @@ -4,9 +4,8 @@ #include #include "../session.hpp" -#include "../tools.h" #include "../paths.hpp" -#include "../../generator/seedgen/seed.hpp" +#include "../randomizer_context.hpp" #include "../../generator/utility/string.hpp" #include "../../generator/utility/text.hpp" #include "../../generator/utility/yaml.hpp" @@ -15,12 +14,10 @@ #include "config_store.hpp" #include -#include #include #include #include -#include "../randomizer_context.hpp" #include "d/d_file_select.h" namespace randomizer::ui { @@ -879,7 +876,7 @@ ModResult buildSeedOptionsTab(ModContext* ctx, UiWindowHandle, UiElementHandle l }); add_select_setting(leftPane, "Dungeon Rewards Can Be Anywhere"); - add_select_setting(leftPane, "No Small Keys on Bosses"); + add_select_setting(leftPane, "Small Keys on Bosses"); add_select_setting(leftPane, "Unrequired Dungeons Are Barren"); add_section(leftPane, "Timesavers");