Update energy.dm

This commit is contained in:
kevinz000
2020-01-31 01:23:38 -07:00
committed by GitHub
parent fe5a83ea52
commit 9e08f8bed7

View File

@@ -58,6 +58,7 @@
/obj/item/gun/energy/Destroy()
QDEL_NULL(cell)
QDEL_LIST(ammo_type)
STOP_PROCESSING(SSobj, src)
return ..()