Skip to content

Commit

Permalink
fix laundromat
Browse files Browse the repository at this point in the history
  • Loading branch information
curstwist committed Feb 23, 2020
1 parent cbd994a commit 73d7992
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 73d7992

Please sign in to comment.