Merge pull request #10805 from Citadel-Station-13/i-hate-dueling

guns/ammo/projectiles now properly clean up while being deleted
This commit is contained in:
Ghom
2020-02-01 18:52:47 +01:00
committed by GitHub
4 changed files with 15 additions and 2 deletions
+1
View File
@@ -58,6 +58,7 @@
/obj/item/gun/energy/Destroy()
QDEL_NULL(cell)
QDEL_LIST(ammo_type)
STOP_PROCESSING(SSobj, src)
return ..()