Skip to content

Commit

Permalink
Changed start location to field
Browse files Browse the repository at this point in the history
  • Loading branch information
Valiant committed Nov 3, 2024
1 parent fd79db8 commit d161fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -796,9 +796,9 @@
"id": "last_flight",
"name": "Last Flight",
"points": 2,
"description": "Once it became clear that the world was ending you took to the skies, hoping that your flying skills could lead you to safety. You found no standing safe zones, and when your fuel ran out, were forced to land over an empty bridge.",
"description": "Once it became clear that the world was ending you took to the skies, hoping that your flying skills could lead you to safety. You found no standing safe zones, and when your fuel ran out, were forced to land in open field.",
"start_name": "Emergency Landing Site",
"allowed_locs": [ "sloc_bridge" ],
"allowed_locs": [ "sloc_field" ],
"vehicle": "2seater2_scenario",
"missions": [ "MISSION_HELICOPTER_REFUEL" ],
"professions": [ "heli_pilot" ],
Expand Down

0 comments on commit d161fc5

Please sign in to comment.