diff --git a/data/json/overmap/multitile_city_buildings.json b/data/json/overmap/multitile_city_buildings.json index b33c1c7ebee45..23a1ca3ab6fb6 100644 --- a/data/json/overmap/multitile_city_buildings.json +++ b/data/json/overmap/multitile_city_buildings.json @@ -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" } + ] } ]