name missing shuffle

This commit is contained in:
Fabian Dill 2020-05-14 01:21:09 +02:00
parent f2884c7ee1
commit 1caf4e563d
1 changed files with 1 additions and 1 deletions

View File

@ -1046,7 +1046,7 @@ def link_entrances(world, player):
# place remaining doors
connect_doors(world, single_doors, door_targets, player)
else:
raise NotImplementedError('Shuffling not supported yet')
raise NotImplementedError(f'{world.shuffle[player]} Shuffling not supported yet. Player {player}')
# check for swamp palace fix
if world.get_entrance('Dam', player).connected_region.name != 'Dam' or world.get_entrance('Swamp Palace', player).connected_region.name != 'Swamp Palace (Entrance)':