diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-14 13:12:22 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-14 13:12:22 -0700 |
commit | bdccb5080e97b1b40c186e2d6ccb238248a28cdd (patch) | |
tree | afbece88aebcbe4dce1223312ca10c49363ae6b0 /json/recipes/ammo/40x53mm.json | |
parent | Add impact fuse to M651 recipe (diff) | |
download | cataclysm-dda-mod_grenade-crafting-bdccb5080e97b1b40c186e2d6ccb238248a28cdd.tar.xz |
Remove press tool from 40mm shotgun recipes as shot_forming requirement already includes it.
Diffstat (limited to 'json/recipes/ammo/40x53mm.json')
-rw-r--r-- | json/recipes/ammo/40x53mm.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 ] ], |