Doors #156
@ -431,7 +431,7 @@ class Tile(Enum):
|
|||||||
"""
|
"""
|
||||||
Is this Tile a wall?
|
Is this Tile a wall?
|
||||||
"""
|
"""
|
||||||
return self == Tile.WALL
|
return self == Tile.WALL or self == Tile.DOOR
|
||||||
|
|
||||||
def is_ladder(self) -> bool:
|
def is_ladder(self) -> bool:
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user