Reset Skull Pinball logical state between generation attempts.

This commit is contained in:
compiling
2021-03-06 12:26:58 +11:00
parent 6a5bdbee6b
commit ef08bf33d5

View File

@@ -42,6 +42,7 @@ def link_doors(world, player):
disconnect_portal(portal, world, player)
reset_portals(world, player)
reset_rooms(world, player)
world.get_door("Skull Pinball WS", player).no_exit()
def link_doors_main(world, player):