mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-11 11:15:12 -04:00
fix name of Small Keys on Bosses setting
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user