diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-24 11:43:12 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-24 11:43:12 -0700 |
commit | c1878367629ad868dec042c99f40e8a8c01ba642 (patch) | |
tree | b74d0d236703917d6f1cc6db8672f8b1618eb488 /json | |
parent | Reduce CAWS burst fire to 2 rounds (diff) | |
download | cataclysm-bn-mod_hk-loadout-c1878367629ad868dec042c99f40e8a8c01ba642.tar.xz |
Upgrade 4.6mm to not misfire
Diffstat (limited to 'json')
-rw-r--r-- | json/items/ammo/46.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/ammo/46.json b/json/items/ammo/46.json index 1039cbe..033f5b1 100644 --- a/json/items/ammo/46.json +++ b/json/items/ammo/46.json @@ -21,7 +21,7 @@ "damage": { "damage_type": "stab", "amount": 24, "armor_penetration": 24 }, "dispersion": 40, "recoil": 90, - "effects": [ "COOKOFF" ] + "effects": [ "COOKOFF", "NEVER_MISFIRES" ] }, { "id": "bp_46mm", |