From 3eabe90cfcb743466bd8814a7ddb91290d673810 Mon Sep 17 00:00:00 2001 From: Soadreqm Date: Sun, 3 Nov 2024 15:52:40 +0200 Subject: [PATCH] fix: add INDOORS flag to red, green and blue floors (#5656) add INDOORS flag to red, green and blue floors --- data/json/furniture_and_terrain/terrain-floors-indoor.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/furniture_and_terrain/terrain-floors-indoor.json b/data/json/furniture_and_terrain/terrain-floors-indoor.json index 836481d51bb2..c8f4f00061c6 100644 --- a/data/json/furniture_and_terrain/terrain-floors-indoor.json +++ b/data/json/furniture_and_terrain/terrain-floors-indoor.json @@ -463,7 +463,7 @@ "symbol": ".", "color": "red", "move_cost": 2, - "flags": [ "TRANSPARENT", "FLAT" ] + "flags": [ "INDOORS", "TRANSPARENT", "FLAT" ] }, { "type": "terrain", @@ -473,7 +473,7 @@ "symbol": ".", "color": "green", "move_cost": 2, - "flags": [ "TRANSPARENT", "FLAT" ] + "flags": [ "INDOORS", "TRANSPARENT", "FLAT" ] }, { "type": "terrain", @@ -483,7 +483,7 @@ "symbol": ".", "color": "blue", "move_cost": 2, - "flags": [ "TRANSPARENT", "FLAT" ] + "flags": [ "INDOORS", "TRANSPARENT", "FLAT" ] }, { "type": "terrain",