diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-14 13:04:20 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-14 13:04:20 -0700 |
commit | 71eb2b82d4dc10f25362359be599d487d7022f03 (patch) | |
tree | b8ad56cf92812dd2b8c8cd2899b69aa8d7ef29eb /json | |
parent | Typo (diff) | |
download | cataclysm-bn-mod_hk-loadout-71eb2b82d4dc10f25362359be599d487d7022f03.tar.xz |
Remove press tool from 000shot recipes as shot_forming requirement already includes it.
Diffstat (limited to 'json')
-rw-r--r-- | json/recipes/000shot.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/json/recipes/000shot.json b/json/recipes/000shot.json index 8f0732d..3b6118e 100644 --- a/json/recipes/000shot.json +++ b/json/recipes/000shot.json @@ -13,7 +13,6 @@ "charges": 1, "reversible": true, "using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 12 ], [ "ammo_000_shot", 1 ] ], - "tools": [ [ [ "press", -1 ] ] ], "components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ] ] }, { @@ -30,7 +29,6 @@ "charges": 1, "reversible": true, "using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 12 ], [ "ammo_000_shot", 1 ] ], - "tools": [ [ [ "press", -1 ] ] ], "components": [ [ [ "gunpowder", 5 ], [ "gunpowder_pistol", 5 ], [ "gunpowder_shotgun", 5 ] ], [ [ "incendiary", 5 ] ] ] }, { @@ -47,7 +45,6 @@ "charges": 1, "reversible": true, "using": [ [ "shot_forming", 1 ], [ "ammo_000_shot", 1 ] ], - "tools": [ [ [ "press", -1 ] ] ], "components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ], [ [ "combatnail", 12 ] ] ] }, { |