Skip to content

Commit

Permalink
Added roof to roof access shack
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Jun 16, 2024
1 parent ae7671a commit f1a2859
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
35 changes: 35 additions & 0 deletions data/json/mapgen/restaurant.json
Original file line number Diff line number Diff line change
Expand Up @@ -860,5 +860,40 @@
}
]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": [ "s_restaurant_upper_roof_2" ],
"object": {
"fill_ter": "t_flat_roof",
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ----- ",
" -...- ",
" ----- ",
" ",
" ",
" ",
" ",
" ",
" "
],
"palettes": [ "roof_palette" ]
}
}
]
3 changes: 2 additions & 1 deletion data/json/overmap/multitile_city_buildings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4010,7 +4010,8 @@
"locations": [ "land" ],
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "s_restaurant_2_north" },
{ "point": [ 0, 0, 1 ], "overmap": "s_restaurant_roof_2_north" }
{ "point": [ 0, 0, 1 ], "overmap": "s_restaurant_roof_2_north" },
{ "point": [ 0, 0, 2 ], "overmap": "s_restaurant_upper_roof_2_north" }
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@
"s_restaurant_roof",
"s_restaurant_roof_1",
"s_restaurant_roof_2",
"s_restaurant_upper_roof_2",
"s_restaurant_roof_3"
],
"copy-from": "generic_city_building",
Expand Down

0 comments on commit f1a2859

Please sign in to comment.