Skip to content

Commit

Permalink
Merge pull request #37308 from curstwist/fix-#36916-tacoma-ranch-crash
Browse files Browse the repository at this point in the history
Fix #36916 by moving the ambulance spawn.
  • Loading branch information
ZhilkinSerg authored Jan 23, 2020
2 parents 5486c84 + 4ceedf6 commit a51904b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/npcs/tacoma_ranch/NPC_ranch_foreman.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
{
"id": "MISSION_RANCH_FOREMAN_8",
"type": "mission_definition",
"name": "Gather 2 Motors",
"name": "Gather 2 Electric Motors",
"goal": "MGOAL_FIND_ITEM",
"difficulty": 5,
"value": 50000,
Expand Down Expand Up @@ -594,7 +594,7 @@
{
"id": "MISSION_RANCH_FOREMAN_11",
"type": "mission_definition",
"name": "Find 2 Electric Welders",
"name": "Find 2 Arc Welders",
"goal": "MGOAL_FIND_ITEM",
"difficulty": 5,
"value": 50000,
Expand Down Expand Up @@ -747,7 +747,7 @@
{
"om_terrain": "ranch_camp_61",
"translate_ter": [ { "from": "t_underbrush", "to": "t_dirt", "x": 0, "y": 0 } ],
"place_vehicles": [ { "vehicle": "ambulance", "chance": 100, "rotation": 90, "x": 14, "y": 4 } ]
"place_vehicles": [ { "vehicle": "ambulance", "chance": 100, "rotation": 90, "x": 16, "y": 5 } ]
}
]
}
Expand Down

0 comments on commit a51904b

Please sign in to comment.