From 65b4c0a769883ad02292924a3cabe85cbe9036b9 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Wed, 1 Sep 2021 22:10:09 -0700
Subject: Fix 000 explosive slug to explosive_tiny

---
 json/items/ammo/000shot.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'json/items/ammo')

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" ] }
   }
 ]
-- 
cgit v1.2.1