This commit is contained in:
Alberyk
2018-12-25 00:01:18 -02:00
committed by Erki
parent f0ec7d2e67
commit 03587deb5a

View File

@@ -134,11 +134,6 @@
var/obj/item/minigunpack/source
/obj/item/weapon/gun/projectile/automatic/rifle/minigun/Initialize()
. = ..()
if(!source)
QDEL_IN(src, 1)
/obj/item/weapon/gun/projectile/automatic/rifle/minigun/special_check(var/mob/user)
if(!wielded)
user << "<span class='danger'>You cannot fire this weapon with just one hand!</span>"