diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-01 22:10:09 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-01 22:10:09 -0700 |
commit | 65b4c0a769883ad02292924a3cabe85cbe9036b9 (patch) | |
tree | 55faf0d671794dd1f08ae3746605768568b5eeeb /json/items/ammo | |
parent | Switch the MP7 to use a folding stock (diff) | |
download | cataclysm-bn-mod_hk-loadout-65b4c0a769883ad02292924a3cabe85cbe9036b9.tar.xz |
Fix 000 explosive slug to explosive_tiny
Diffstat (limited to 'json/items/ammo')
-rw-r--r-- | json/items/ammo/000shot.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/ammo/000shot.json b/json/items/ammo/000shot.json index d2521db..c6349ac 100644 --- a/json/items/ammo/000shot.json +++ b/json/items/ammo/000shot.json @@ -120,6 +120,6 @@ "count": 5, "proportional": { "damage": { "damage_type": "stab", "amount": 0.25, "armor_penetration": 0.25 } }, "delete": { "effects": [ "SHOT" ] }, - "extend": { "effects": [ "FRAG_SMALL" ] } + "extend": { "effects": [ "EXPLOSIVE_TINY" ] } } ] |