From ce66181e82a7867ce67968929576d69535f45082 Mon Sep 17 00:00:00 2001 From: scarf Date: Thu, 14 Dec 2023 08:02:49 +0900 Subject: [PATCH] feat: add `Military Rifleman` and `Combat Engineer` --- data/json/scenarios.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/scenarios.json b/data/json/scenarios.json index 9164e6671c6c..82d939cc25d4 100644 --- a/data/json/scenarios.json +++ b/data/json/scenarios.json @@ -714,7 +714,7 @@ "description": "For some reason your mission off the coast of North Korea was ended in the middle of a lake, in unknown location. You have no idea what's happened, but now you have more important things to do.", "start_name": "Aircraft Carrier", "allowed_locs": [ "aircraft_carrier_berth", "aircraft_carrier_bridge" ], - "professions": [ "unemployed", "electrician", "chef", "specops", "medic", "mili_pilot" ], + "professions": [ "unemployed", "electrician", "chef", "soldier", "specops", "medic", "mili_pilot", "prof_combat_engineer" ], "flags": [ "CHALLENGE", "LONE_START" ] } ]