From 59639281942f81730d4ba661cb67cf661f1112a1 Mon Sep 17 00:00:00 2001 From: anothersimulacrum Date: Mon, 2 Dec 2019 14:53:02 +0000 Subject: [PATCH] Give rescuer 3 magazines Feels a bit irrational to have the rescuer going on a dangerous mission to rescue their friend from a mi-go camp with only one mag of ammo in their gun. Though, I suppose going there in the first place isn't the most rational thing to do... --- data/json/professions.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/json/professions.json b/data/json/professions.json index 59c75deb5b0de..0dccdc355d2a7 100644 --- a/data/json/professions.json +++ b/data/json/professions.json @@ -808,7 +808,10 @@ "items": [ "wsurvivor_suit", "socks", "boots_wsurvivor", "hood_wsurvivor", "gloves_wsurvivor", "wristwatch" ], "entries": [ { "item": "knife_combat", "container-item": "sheath" }, - { "item": "m4a1", "ammo-item": "556", "charges": 30, "container-item": "survivor_vest" } + { "item": "m4a1", "ammo-item": "556", "charges": 30, "container-item": "survivor_vest" }, + { "item": "stanag30", "ammo-item": "556", "charges": 30 }, + { "item": "stanag30", "ammo-item": "556", "charges": 30 }, + { "item": "stanag30", "ammo-item": "556", "charges": 30 } ] }, "male": [ "boxer_shorts" ],