summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-10-04 15:52:45 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-10-04 15:52:45 -0700
commitd786039feead3b84a562da28dfc8d2696cc1af0e (patch)
tree5a21192dc7bedbc044d6e5d471a15ff8145fa616
parentReplace the craftable 40mm grenades with handmade versions. (diff)
downloadcataclysm-dda-mod_grenade-crafting-d786039feead3b84a562da28dfc8d2696cc1af0e.tar.xz
Remove IRREPLACEABLE_CONSUMABLE from handmade 40mm rounds.
-rw-r--r--json/items/ammo/40x46mm.json8
-rw-r--r--json/items/ammo/40x53mm.json4
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",