Update energy.dm

This commit is contained in:
Ghom
2020-03-03 15:06:42 +01:00
committed by GitHub
parent edc53770ea
commit b378da2468

View File

@@ -67,8 +67,7 @@
/obj/item/gun/energy/Destroy()
if(flags_1 & INITIALIZED_1)
QDEL_NULL(cell)
if(!(flags_1 & HOLOGRAM_1)) //holodeck stuff.
QDEL_LIST(ammo_type)
QDEL_LIST(ammo_type)
STOP_PROCESSING(SSobj, src)
return ..()