mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-16 15:20:11 -05:00
Quick fix Chest Minigame Setting (#4189)
This commit is contained in:
parent
db5e9cbc11
commit
5c155a625a
@ -1848,6 +1848,7 @@ void Settings::FinalizeSettings(const std::set<RandomizerCheck>& excludedLocatio
|
||||
|
||||
// RANDOTODO implement chest shuffle with keysanity
|
||||
// ShuffleChestMinigame.SetSelectedIndex(cvarSettings[RSK_SHUFFLE_CHEST_MINIGAME]);
|
||||
mOptions[RSK_SHUFFLE_CHEST_MINIGAME].SetSelectedIndex(RO_CHEST_GAME_OFF);
|
||||
//TODO: RandomizeAllSettings(true) when implementing the ability to randomize the options themselves.
|
||||
std::array<DungeonInfo*, 12> dungeons = ctx->GetDungeons()->GetDungeonList();
|
||||
std::array<bool, 12> dungeonModesKnown{};
|
||||
|
Loading…
Reference in New Issue
Block a user