Kill Landing/Warp End "Doors"

This commit is contained in:
aerinon
2019-09-19 14:44:33 -06:00
parent 6534aaecc6
commit e66908816d
4 changed files with 17 additions and 22 deletions

View File

@@ -863,7 +863,6 @@ class Door(object):
self.dest = None
self.parentChunk = None
self.blocked = False # Indicates if the door is normally blocked off. (Sanc door or always closed)
self.landing = False # Indicates a door only for matching Holes/Warp # Todo: add to those
self.smallKey = False # There's a small key door on this side
self.bigKey = False # There's a big key door on this side
self.ugly = False # Indicates that it can't be seen from the front (e.g. back of a big key door)