aboutsummaryrefslogtreecommitdiff
path: root/client/map/tiles/wall_tile.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/tiles/wall_tile.gd')
-rw-r--r--client/map/tiles/wall_tile.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/tiles/wall_tile.gd b/client/map/tiles/wall_tile.gd
index 10b50d9c..173a9355 100644
--- a/client/map/tiles/wall_tile.gd
+++ b/client/map/tiles/wall_tile.gd
@@ -14,7 +14,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
class_name WallTile
-extends FullTile
+extends Floor
const WALLS: Array = [
"wall",