Minor fixes and clarifications for Bonta's Multiworld code

This commit is contained in:
Kevin Cathcart
2019-07-09 22:18:24 -04:00
parent 1a62b1da28
commit 0b9e144f8e
2 changed files with 8 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ def link_entrances(world, player):
for exitname, regionname in default_connections:
connect_simple(world, exitname, regionname, player)
simple_shuffle_dungeons(world)
simple_shuffle_dungeons(world, player)
elif world.shuffle == 'dungeonsfull':
for exitname, regionname in default_connections:
connect_simple(world, exitname, regionname, player)