diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-09-13 20:12:21 -0700 |
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-09-13 20:12:21 -0700 |
| commit | 1f6613be14b9f0e9b0f09ec5d9d0d4be0ebe8269 (patch) | |
| tree | 2af88281b321bb27bfeff922efbb530623320901 | |
| parent | Increase lead usage in 40mm shotgun rounds to compensate for their high damage. (diff) | |
| download | cataclysm-dda-mod_grenade-crafting-1f6613be14b9f0e9b0f09ec5d9d0d4be0ebe8269.tar.xz | |
Fix the uncraft for the M576 providing flechettes instead of lead.
| -rw-r--r-- | json/uncraft/ammo/40x46mm.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/uncraft/ammo/40x46mm.json b/json/uncraft/ammo/40x46mm.json index a48dd27..0ae4213 100644 --- a/json/uncraft/ammo/40x46mm.json +++ b/json/uncraft/ammo/40x46mm.json @@ -25,7 +25,7 @@ "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 }, { "id": "PULL", "level": 1 } ], "components": [ [ [ "paper", 1 ] ], - [ [ "combatnail", 35 ] ], + [ [ "lead", 18 ] ], [ [ "gunpowder", 35 ] ], [ [ "smpistol_primer", 1 ] ], [ [ "40x46mm_m199_casing", 1 ] ] |
