We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fe440 commit 96b35fdCopy full SHA for 96b35fd
1 file changed
soh/soh/Enhancements/randomizer/SeedContext.cpp
@@ -752,7 +752,7 @@ void Context::ParseArchipelagoOptions() {
752
mOptions[RSK_GERUDO_KEYS].Set(RO_GERUDO_KEYS_ANYWHERE);
753
}
754
if (slotData["boss_key_shuffle"] == 0) {
755
- mOptions[RSK_KEYSANITY].Set(RO_DUNGEON_ITEM_LOC_STARTWITH);
+ mOptions[RSK_BOSS_KEYSANITY].Set(RO_DUNGEON_ITEM_LOC_STARTWITH);
756
} else if (slotData["boss_key_shuffle"] == 1) {
757
mOptions[RSK_BOSS_KEYSANITY].Set(RO_DUNGEON_ITEM_LOC_VANILLA);
758
} else if (slotData["boss_key_shuffle"] == 2) {
0 commit comments