Update gun.dm

This commit is contained in:
kevinz000
2020-01-31 01:22:53 -07:00
committed by GitHub
parent e142496ef5
commit fe5a83ea52

View File

@@ -76,6 +76,13 @@
if(zoomable)
azoom = new (src)
/obj/item/gun/Destroy()
QDEL_NULL(pin)
QDEL_NULL(gun_light)
QDEL_NULL(bayonet)
QDEL_NULL(chambered)
return ..()
/obj/item/gun/CheckParts(list/parts_list)
..()
var/obj/item/gun/G = locate(/obj/item/gun) in contents