Smith deletion on S+Q only if cannot reach from start

This commit is contained in:
codemann8
2021-10-22 00:25:10 -05:00
parent b46452f748
commit 13ae8accc4
4 changed files with 49 additions and 4 deletions

View File

@@ -73,6 +73,8 @@ def link_entrances(world, player):
connect_logical(world, entrancename, exitname, player, False)
for entrancename, exitname in default_connector_connections + dropexit_connections:
connect_logical(world, entrancename, exitname, player, True)
if invFlag:
world.get_entrance('Dark Sanctuary Hint Exit', player).connect(world.get_entrance('Dark Sanctuary Hint', player).parent_region)
if not invFlag:
for entrancename, exitname in open_default_connections: