diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-06 14:16:30 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-06 14:16:30 -0700 |
commit | 27d280c9c8fb0210b3447667ed0c21e8fc06798d (patch) | |
tree | a86bd01c2d1805e7d3640771d8fc14d10d08e8ab /json/recipes/ammo | |
parent | Update for removal of specialized gunpowder in BN (diff) | |
download | cataclysm-dda-mod_grenade-crafting-27d280c9c8fb0210b3447667ed0c21e8fc06798d.tar.xz |
Fix M576 buckshot incorrectly using flechettes.
Diffstat (limited to 'json/recipes/ammo')
-rw-r--r-- | json/recipes/ammo/40x46mm.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json index 9102707..29b6414 100644 --- a/json/recipes/ammo/40x46mm.json +++ b/json/recipes/ammo/40x46mm.json @@ -39,7 +39,6 @@ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SCREW", "level": 1 } ], "components": [ [ [ "paper", 1 ], [ "wax", 1 ] ], - [ [ "combatnail", 35 ] ], [ [ "gunpowder", 35 ] ], [ [ "smpistol_primer", 1 ] ], [ [ "40x46mm_m199_casing", 1 ] ] |