Merge pull request #1351 from CHOMPStationBot/upstream-merge-9735

[MIRROR] Additional GC Fixes
This commit is contained in:
Razgriz
2021-02-16 21:57:22 -07:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
@@ -33,6 +33,9 @@ would spawn and follow the beaker, even if it is carried or thrown.
proc/start()
Destroy()
holder = null
return ..()
/////////////////////////////////////////////
// GENERIC STEAM SPREAD SYSTEM
@@ -57,7 +57,7 @@
return ..()
/mob/living/simple_mob/mechanical/mecha/Destroy()
qdel(sparks)
qdel_null(sparks)
return ..()
/mob/living/simple_mob/mechanical/mecha/death()