Skip to content

Commit

Permalink
Add WIRED_WALL to walls missing it in parametrized_walls_palette
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Dec 12, 2024
1 parent 9ab9b45 commit af0f298
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/json/furniture_and_terrain/terrain-walls.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"name": { "str": "abstract concrete wall", "//~": "NO_I18N" },
"description": "Encompasses most concrete-like walls. If you see this in-game, it's a bug.",
"roof": "t_concrete_roof",
"color": "light_gray"
"color": "light_gray",
"extend": { "flags": [ "WIRED_WALL" ] }
},
{
"type": "terrain",
Expand All @@ -68,7 +69,8 @@
"name": { "str": "abstract brick wall", "//~": "NO_I18N" },
"description": "Encompasses most brick-like walls. If you see this in-game, it's a bug.",
"roof": "t_brick_roof",
"color": "brown"
"color": "brown",
"extend": { "flags": [ "WIRED_WALL" ] }
},
{
"type": "terrain",
Expand Down

0 comments on commit af0f298

Please sign in to comment.