Skip to content

Commit

Permalink
Change definitions for starting locations
Browse files Browse the repository at this point in the history
Police station and Fire station.
  • Loading branch information
arijust authored Apr 26, 2020
1 parent f4efdb9 commit cdae8de
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions data/json/start_locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,13 +261,20 @@
"type": "start_location",
"id": "sloc_fire_station",
"name": "Fire Station",
"terrain": [ { "om_terrain": "fire_station", "om_terrain_match_type": "PREFIX" } ]
"terrain": [
{ "om_terrain": "fire_station", "om_terrain_match_type": "TYPE" },
{ "om_terrain": "fire_station_1", "om_terrain_match_type": "TYPE" }
]
},
{
"type": "start_location",
"id": "sloc_police",
"name": "Police Station",
"terrain": [ { "om_terrain": "police", "om_terrain_match_type": "PREFIX" } ]
"terrain": [
{ "om_terrain": "police", "om_terrain_match_type": "TYPE" },
{ "om_terrain": "police_1", "om_terrain_match_type": "TYPE" },
{ "om_terrain": "police_2", "om_terrain_match_type": "TYPE" }
]
},
{
"type": "start_location",
Expand Down

0 comments on commit cdae8de

Please sign in to comment.