Skip to content

Commit 1f0d08f

Browse files
authored
Merge pull request #2965 from GreenestBeen/dev
2 parents dd9d4a5 + e432ed3 commit 1f0d08f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

randomizer/Settings.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
from randomizer.Prices import CompleteVanillaPrices, RandomizePrices, VanillaPrices
5656
from randomizer.SettingStrings import encrypt_settings_string_enum
5757
from randomizer.ShuffleBosses import (
58+
BossMapList,
59+
KRoolMaps,
5860
ShuffleBosses,
5961
ShuffleBossKongs,
6062
ShuffleKKOPhaseOrder,
@@ -1773,6 +1775,9 @@ def resolve_settings(self):
17731775
Maps.CastleBoss,
17741776
]
17751777
)
1778+
# This guard is for backwards compatibility
1779+
if not self.bosses_selected:
1780+
self.bosses_selected = BossMapList.copy() + KRoolMaps.copy()
17761781
phases = [x for x in phases if x in self.bosses_selected]
17771782
possible_phases = phases.copy()
17781783
if self.krool_phase_order_rando:

0 commit comments

Comments
 (0)