Skip to content

Commit

Permalink
Merge pull request #51729 from SegaSaturnity/bikeshop_fix
Browse files Browse the repository at this point in the history
Fix bike shop variant's roof
  • Loading branch information
kevingranade authored Sep 23, 2021
2 parents c7c9134 + 460a948 commit 79e3e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/json/mapgen/bike_shop.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
"-": "t_gutter_south",
"3": "t_gutter_east",
"|": "t_gutter_west",
">": "t_stairs_down",
">": "t_ladder_down",
"5": "t_gutter_drop",
"#": "t_wall_b",
"_": "t_floor",
Expand Down
2 changes: 1 addition & 1 deletion data/json/overmap/multitile_city_buildings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3210,7 +3210,7 @@
},
{
"type": "city_building",
"id": "bike_shop_1",
"id": "s_bike_shop_1",
"locations": [ "land" ],
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "s_bike_shop_1_north" },
Expand Down

0 comments on commit 79e3e04

Please sign in to comment.