fix name of Small Keys on Bosses setting

This commit is contained in:
gymnast86
2026-09-01 04:48:46 -07:00
parent 78bbb92cf3
commit 4bdb8dd57f
2 changed files with 3 additions and 6 deletions
@@ -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
+2 -5
View File
@@ -4,9 +4,8 @@
#include <mods/svc/ui.hpp>
#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 <algorithm>
#include <mutex>
#include <thread>
#include <map>
#include <unordered_set>
#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");