allgunsnowburnright

This commit is contained in:
kevinz000
2016-06-09 18:53:06 -07:00
parent 71240ab52f
commit 31de8f4ec2
+9
View File
@@ -503,3 +503,12 @@ obj/item/weapon/gun/proc/newshot()
if(zoomable)
azoom = new()
azoom.gun = src
/obj/item/weapon/gun/burn()
if(pin)
qdel(pin)
if(power_supply)
qdel(power_supply)
SSobj.burning -= src
qdel(src)