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:
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user