From d786039feead3b84a562da28dfc8d2696cc1af0e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 4 Oct 2022 15:52:45 -0700 Subject: Remove IRREPLACEABLE_CONSUMABLE from handmade 40mm rounds. --- json/items/ammo/40x46mm.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'json/items/ammo/40x46mm.json') diff --git a/json/items/ammo/40x46mm.json b/json/items/ammo/40x46mm.json index d7f855c..a5b9242 100644 --- a/json/items/ammo/40x46mm.json +++ b/json/items/ammo/40x46mm.json @@ -10,7 +10,7 @@ "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } }, { "id": "40x46mm_bootleg_m433", @@ -23,7 +23,7 @@ "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } }, { "id": "40x46mm_bootleg_m576", @@ -36,7 +36,7 @@ "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } }, { "id": "40x46mm_bootleg_m651", @@ -49,7 +49,7 @@ "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } }, { "id": "40x46mm_buckshot_m118", -- cgit v1.2.1