From d161fc58f03b84e09398ea6490f0305237f1b4a2 Mon Sep 17 00:00:00 2001 From: Valiant Date: Sun, 3 Nov 2024 23:18:14 +0400 Subject: [PATCH] Changed start location to field --- data/json/scenarios.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/scenarios.json b/data/json/scenarios.json index 8a90310127057..cbb752a3ad1ec 100644 --- a/data/json/scenarios.json +++ b/data/json/scenarios.json @@ -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" ],