Minor decoupled adjustment

This commit is contained in:
aerinon
2022-09-13 15:54:06 -06:00
parent db43ce8d15
commit 30833152f6

View File

@@ -353,9 +353,6 @@ def connect_one_way(world, entrancename, exitname, player):
y = world.check_for_door(exitname, player)
if x is not None:
x.dest = y
if y is not None:
y.dest = x
def unmark_ugly_smalls(world, player):
for d in ['Eastern Hint Tile Blocked Path SE', 'Eastern Darkness S', 'Thieves Hallway SE', 'Mire Left Bridge S',