From cb1940b922e4cbe2aabd2c02cfa3bebae51cab20 Mon Sep 17 00:00:00 2001 From: kevinz000 Date: Thu, 9 Feb 2017 23:30:58 -0800 Subject: [PATCH] Prevents enchanted boltaction/arcanebarrages from being unloaded (#23859) * Update shotgun.dm * Update shotgun.dm --- code/modules/projectiles/guns/ballistic/shotgun.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/projectiles/guns/ballistic/shotgun.dm b/code/modules/projectiles/guns/ballistic/shotgun.dm index f80f2676cc6..e2ba1aaa6d0 100644 --- a/code/modules/projectiles/guns/ballistic/shotgun.dm +++ b/code/modules/projectiles/guns/ballistic/shotgun.dm @@ -165,6 +165,9 @@ /obj/item/weapon/gun/ballistic/shotgun/boltaction/enchanted/arcane_barrage/discard_gun(mob/user) return +/obj/item/weapon/gun/ballistic/shotgun/boltaction/enchanted/attack_self() + return + /obj/item/weapon/gun/ballistic/shotgun/boltaction/enchanted/shoot_live_shot(mob/living/user as mob|obj, pointblank = 0, mob/pbtarget = null, message = 1) ..() if(guns_left)