mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Merge pull request #9735 from Novacat/nova-basicfixes
Additional GC Fixes
This commit is contained in:
committed by
Chompstation Bot
parent
e7ca4001ac
commit
8111e7bd10
@@ -33,6 +33,9 @@ would spawn and follow the beaker, even if it is carried or thrown.
|
|||||||
|
|
||||||
proc/start()
|
proc/start()
|
||||||
|
|
||||||
|
Destroy()
|
||||||
|
holder = null
|
||||||
|
return ..()
|
||||||
|
|
||||||
/////////////////////////////////////////////
|
/////////////////////////////////////////////
|
||||||
// GENERIC STEAM SPREAD SYSTEM
|
// GENERIC STEAM SPREAD SYSTEM
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
/mob/living/simple_mob/mechanical/mecha/Destroy()
|
/mob/living/simple_mob/mechanical/mecha/Destroy()
|
||||||
qdel(sparks)
|
qdel_null(sparks)
|
||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
/mob/living/simple_mob/mechanical/mecha/death()
|
/mob/living/simple_mob/mechanical/mecha/death()
|
||||||
|
|||||||
Reference in New Issue
Block a user