Skip to content

Commit

Permalink
fix: use regional terrain for sporting goods store (cataclysmbnteam#5050
Browse files Browse the repository at this point in the history
)

Update sports_store.json
  • Loading branch information
0Monet authored Jul 23, 2024
1 parent 8eb0444 commit edb0699
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions data/json/mapgen/sports_store.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"type": "mapgen",
"method": "json",
"om_terrain": [ "s_sports" ],
"weight": 300,
"object": {
"fill_ter": "t_floor",
"rows": [
Expand Down Expand Up @@ -33,8 +32,8 @@
"........4..............."
],
"terrain": {
".": [ "t_grass", "t_grass", "t_grass", "t_grass", "t_dirt" ],
"?": "t_dirt",
".": "t_region_groundcover_urban",
"?": "t_region_groundcover_urban",
" ": "t_floor",
"'": "t_pavement",
"`": "t_pavement_y",
Expand Down

0 comments on commit edb0699

Please sign in to comment.