From 40a7f2d5605b14c1a9b569473c1dd00e9639d099 Mon Sep 17 00:00:00 2001 From: Maleclypse <54345792+Maleclypse@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:00:36 -0500 Subject: [PATCH] Update monster_gun.json --- data/json/monster_special_attacks/monster_gun.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/json/monster_special_attacks/monster_gun.json b/data/json/monster_special_attacks/monster_gun.json index ee55677e75fae..623b670121d51 100644 --- a/data/json/monster_special_attacks/monster_gun.json +++ b/data/json/monster_special_attacks/monster_gun.json @@ -109,7 +109,6 @@ "material": [ "hflesh" ], "flags": [ "PRIMITIVE_RANGED_WEAPON", - "GENE_STING", "PSEUDO", "NEVER_JAMS", "NONCONDUCTIVE", @@ -120,7 +119,7 @@ "RELOAD_AND_SHOOT" ], "skill": "pistol", - "ammo": [ "gene_sting" ], + "ammo": [ "gene_sting_barb" ], "clip_size": 1, "weight": "540 g", "volume": "750 ml", @@ -131,7 +130,7 @@ "range": 12, "dispersion": 100, "durability": 8, - "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "gene_sting": 1 } } ], + "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "gene_sting_barb": 15 } } ], "melee_damage": { "bash": 2 } }, {