Revert "Potential stair key door fix"

This reverts commit 106e25f120.
This commit is contained in:
aerinon
2019-12-19 16:24:46 -07:00
parent 106e25f120
commit 263b155110
2 changed files with 1 additions and 14 deletions

View File

@@ -1033,10 +1033,7 @@ def reassign_key_doors(builder, proposal, world, player):
if room.doorList[d.doorListPos][1] == DoorKind.StairKeyLow:
room.delete(d.doorListPos)
else:
if len(room.doorList) > 1:
room.mirror(d.doorListPos)
else:
room.delete(d.doorListPos)
room.change(d.doorListPos, DoorKind.Waterfall)
d.smallKey = False
elif d.type is DoorType.Interior and d not in flat_proposal and d.dest not in flat_proposal:
world.get_room(d.roomIndex, player).change(d.doorListPos, DoorKind.Normal)