summaryrefslogtreecommitdiff
path: root/json/items/ammo/000shot.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-01 22:10:09 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-01 22:10:09 -0700
commit65b4c0a769883ad02292924a3cabe85cbe9036b9 (patch)
tree55faf0d671794dd1f08ae3746605768568b5eeeb /json/items/ammo/000shot.json
parentSwitch the MP7 to use a folding stock (diff)
downloadcataclysm-dda-mod_hk-loadout-65b4c0a769883ad02292924a3cabe85cbe9036b9.tar.xz
Fix 000 explosive slug to explosive_tiny
Diffstat (limited to 'json/items/ammo/000shot.json')
-rw-r--r--json/items/ammo/000shot.json2
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" ] }
}
]