Prevents enchanted boltaction/arcanebarrages from being unloaded (#23859)

* Update shotgun.dm

* Update shotgun.dm
This commit is contained in:
kevinz000
2017-02-10 20:30:58 +13:00
committed by oranges
parent 2a889f7114
commit cb1940b922
@@ -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)