Update gun.dm

This commit is contained in:
kevinz000
2020-02-07 00:08:19 -07:00
committed by GitHub
parent 34f43dccb4
commit 4f2acb6298
+8 -4
View File
@@ -77,10 +77,14 @@
azoom = new (src)
/obj/item/gun/Destroy()
QDEL_NULL(pin)
QDEL_NULL(gun_light)
QDEL_NULL(bayonet)
QDEL_NULL(chambered)
if(pin)
QDEL_NULL(pin)
if(gun_light)
QDEL_NULL(gun_light)
if(bayonet)
QDEL_NULL(bayonet)
if(chambered)
QDEL_NULL(chambered)
return ..()
/obj/item/gun/CheckParts(list/parts_list)