Skip to content

Commit

Permalink
Merge pull request #39860 from arijust/scenario_surrounded
Browse files Browse the repository at this point in the history
Tweak surrounded scenario.
  • Loading branch information
ralreegorganon authored Apr 27, 2020
2 parents caf81ee + cdae8de commit 7a27c35
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 3 additions & 1 deletion data/json/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
"sloc_golfcourse_mid_course",
"sloc_golfcourse_clubhouse",
"sloc_church",
"sloc_cemetery"
"sloc_cemetery",
"sloc_fire_station",
"sloc_police"
],
"start_name": "In Town",
"flags": [ "SUR_START", "CITY_START", "LONE_START" ]
Expand Down
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 7a27c35

Please sign in to comment.