Skip to content

Commit

Permalink
fix: add INDOORS flag to red, green and blue floors (#5656)
Browse files Browse the repository at this point in the history
add INDOORS flag to red, green and blue floors
  • Loading branch information
Soadreqm authored Nov 3, 2024
1 parent 50a154d commit 3eabe90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/furniture_and_terrain/terrain-floors-indoor.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@
"symbol": ".",
"color": "red",
"move_cost": 2,
"flags": [ "TRANSPARENT", "FLAT" ]
"flags": [ "INDOORS", "TRANSPARENT", "FLAT" ]
},
{
"type": "terrain",
Expand All @@ -473,7 +473,7 @@
"symbol": ".",
"color": "green",
"move_cost": 2,
"flags": [ "TRANSPARENT", "FLAT" ]
"flags": [ "INDOORS", "TRANSPARENT", "FLAT" ]
},
{
"type": "terrain",
Expand All @@ -483,7 +483,7 @@
"symbol": ".",
"color": "blue",
"move_cost": 2,
"flags": [ "TRANSPARENT", "FLAT" ]
"flags": [ "INDOORS", "TRANSPARENT", "FLAT" ]
},
{
"type": "terrain",
Expand Down

0 comments on commit 3eabe90

Please sign in to comment.