Fix RSK for mixing boss entrances. (#4277)

This commit is contained in:
Malkierian 2024-08-04 17:05:29 -07:00 committed by GitHub
parent c6b05b2087
commit 483dbea330
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1386,7 +1386,7 @@ int EntranceShuffler::ShuffleAllEntrances() {
poolsToMix.insert(EntranceType::DungeonReverse); poolsToMix.insert(EntranceType::DungeonReverse);
} }
} }
if (ctx->GetOption(RSK_MIX_DUNGEON_ENTRANCES)) { if (ctx->GetOption(RSK_MIX_BOSS_ENTRANCES)) {
poolsToMix.insert(EntranceType::Boss); poolsToMix.insert(EntranceType::Boss);
if (ctx->GetOption(RSK_DECOUPLED_ENTRANCES)) { if (ctx->GetOption(RSK_DECOUPLED_ENTRANCES)) {
poolsToMix.insert(EntranceType::BossReverse); poolsToMix.insert(EntranceType::BossReverse);