Skip to content

Commit

Permalink
Merge pull request #38283 from curstwist/fix-laundromat
Browse files Browse the repository at this point in the history
fix laundromat
  • Loading branch information
ZhilkinSerg authored Feb 24, 2020
2 parents 1c29e3d + 73d7992 commit a8d43e7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/json/overmap/multitile_city_buildings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3322,5 +3322,23 @@
{ "point": [ 0, 0, 1 ], "overmap": "house_crack3_roof_north" },
{ "point": [ 0, 0, -1 ], "overmap": "house_crack3_basement_north" }
]
},
{
"type": "city_building",
"id": "s_laundromat",
"locations": [ "land" ],
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "s_laundromat_north" },
{ "point": [ 0, 0, 1 ], "overmap": "s_laundromat_roof_north" }
]
},
{
"type": "city_building",
"id": "s_laundromat_1",
"locations": [ "land" ],
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "s_laundromat_1_north" },
{ "point": [ 0, 0, 1 ], "overmap": "s_laundromat_roof_1_north" }
]
}
]

0 comments on commit a8d43e7

Please sign in to comment.