summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-14 13:12:22 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-14 13:12:22 -0700
commitbdccb5080e97b1b40c186e2d6ccb238248a28cdd (patch)
treeafbece88aebcbe4dce1223312ca10c49363ae6b0
parentAdd impact fuse to M651 recipe (diff)
downloadcataclysm-dda-mod_grenade-crafting-bdccb5080e97b1b40c186e2d6ccb238248a28cdd.tar.xz
Remove press tool from 40mm shotgun recipes as shot_forming requirement already includes it.
-rw-r--r--json/recipes/ammo/40x46mm.json2
-rw-r--r--json/recipes/ammo/40x53mm.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json
index 75ebad8..f034186 100644
--- a/json/recipes/ammo/40x46mm.json
+++ b/json/recipes/ammo/40x46mm.json
@@ -35,7 +35,7 @@
"book_learn": [ [ "textbook_anarch", 7 ] ],
"charges": 1,
"using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 12 ] ],
- "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
+ "tools": [ [ [ "swage", -1 ] ] ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "paper", 1 ], [ "wax", 1 ] ],
diff --git a/json/recipes/ammo/40x53mm.json b/json/recipes/ammo/40x53mm.json
index 423b3a5..e19f620 100644
--- a/json/recipes/ammo/40x53mm.json
+++ b/json/recipes/ammo/40x53mm.json
@@ -35,7 +35,7 @@
"book_learn": [ [ "textbook_anarch", 7 ] ],
"charges": 1,
"using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 16 ] ],
- "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
+ "tools": [ [ [ "swage", -1 ] ] ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "paper", 1 ], [ "wax", 1 ] ],