From 618a6c701f38565eba5ab06d2b8a3765d0a3daf2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 11 May 2021 01:04:35 -0700 Subject: Resync item stats against bright nights Migrate custom g36 magazine to the new stock g36 magazine --- json/items/ammo/12mm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json/items/ammo/12mm.json') diff --git a/json/items/ammo/12mm.json b/json/items/ammo/12mm.json index e9edd84..eb641ce 100644 --- a/json/items/ammo/12mm.json +++ b/json/items/ammo/12mm.json @@ -8,6 +8,6 @@ "description": "Handcrafted bootleg duplicates of the 12mm projectiles used in H&K railguns. Normally made of cobalt, these knockoffs are made of more readily available steel instead.", "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } } ] -- cgit v1.2.1