mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-23 19:53:27 -07:00
fix chaos boss shuffle in mystery being vanilla, and prevent that mistake in the future
This commit is contained in:
@@ -252,3 +252,5 @@ def place_bosses(world, player: int):
|
||||
can_place_boss(world, player, boss, loc, level) for loc, level in remaining_boss_locations)])
|
||||
for loc, level in remaining_boss_locations:
|
||||
place_boss(world, player, remaining_boss, loc, level)
|
||||
else:
|
||||
raise FillError(f"Could not find boss shuffle mode {world.boss_shuffle[player]}")
|
||||
|
||||
Reference in New Issue
Block a user