diff options
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/ammo/40x46mm.json | 8 | ||||
-rw-r--r-- | json/items/ammo/40x53mm.json | 4 |
2 files changed, 6 insertions, 6 deletions
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", diff --git a/json/items/ammo/40x53mm.json b/json/items/ammo/40x53mm.json index 48660d6..1bb9c28 100644 --- a/json/items/ammo/40x53mm.json +++ b/json/items/ammo/40x53mm.json @@ -10,7 +10,7 @@ "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } }, { "id": "40x53mm_bootleg_m430a1", @@ -23,7 +23,7 @@ "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } }, { "id": "40x53mm_buckshot_m169", |