mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Fix RSK for mixing boss entrances. (#4277)
This commit is contained in:
parent
c6b05b2087
commit
483dbea330
1 changed files with 1 additions and 1 deletions
|
@ -1386,7 +1386,7 @@ int EntranceShuffler::ShuffleAllEntrances() {
|
|||
poolsToMix.insert(EntranceType::DungeonReverse);
|
||||
}
|
||||
}
|
||||
if (ctx->GetOption(RSK_MIX_DUNGEON_ENTRANCES)) {
|
||||
if (ctx->GetOption(RSK_MIX_BOSS_ENTRANCES)) {
|
||||
poolsToMix.insert(EntranceType::Boss);
|
||||
if (ctx->GetOption(RSK_DECOUPLED_ENTRANCES)) {
|
||||
poolsToMix.insert(EntranceType::BossReverse);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue