Skip to content

Commit

Permalink
Fixed sidewalk generation for various buildings (#35853)
Browse files Browse the repository at this point in the history
* Fixed sidewalk generation for city buildings
  • Loading branch information
Night-Pryanik authored and ZhilkinSerg committed Dec 4, 2019
1 parent 0ec80bc commit 395ccd8
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 131 deletions.
8 changes: 4 additions & 4 deletions data/json/overmap/overmap_terrain/overmap_terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"name": "garage",
"sym": "O",
"color": "white",
"flags": [ "SOURCE_VEHICLES", "SOURCE_FABRICATION" ]
"extend": { "flags": [ "SOURCE_VEHICLES", "SOURCE_FABRICATION" ] }
},
{
"type": "overmap_terrain",
Expand All @@ -63,7 +63,7 @@
"name": "garage",
"sym": "O",
"color": "white",
"flags": [ "SOURCE_VEHICLES", "SOURCE_FABRICATION" ]
"extend": { "flags": [ "SOURCE_VEHICLES", "SOURCE_FABRICATION" ] }
},
{
"type": "overmap_terrain",
Expand All @@ -80,7 +80,7 @@
"name": "garage",
"sym": "O",
"color": "white",
"flags": [ "SOURCE_VEHICLES", "SOURCE_FABRICATION" ]
"extend": { "flags": [ "SOURCE_VEHICLES", "SOURCE_FABRICATION" ] }
},
{
"type": "overmap_terrain",
Expand Down Expand Up @@ -878,7 +878,7 @@
"name": "desolate barn",
"sym": "B",
"color": "brown",
"flags": [ "RISK_LOW", "SOURCE_SAFETY" ]
"extend": { "flags": [ "RISK_LOW", "SOURCE_SAFETY" ] }
},
{
"type": "overmap_terrain",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "sugar house",
"sym": "S",
"color": "i_brown",
"flags": [ "SOURCE_FOOD", "SOURCE_SAFETY", "RISK_LOW" ]
"extend": { "flags": [ "SOURCE_FOOD", "SOURCE_SAFETY", "RISK_LOW" ] }
},
{
"type": "overmap_terrain",
Expand Down Expand Up @@ -1074,7 +1074,7 @@
"name": "orchard",
"sym": "#",
"color": "i_green",
"flags": [ "SOURCE_FOOD" ]
"extend": { "flags": [ "SOURCE_FOOD" ] }
},
{
"type": "overmap_terrain",
Expand Down
Loading

0 comments on commit 395ccd8

Please sign in to comment.