Explosion particle GC.

Explosion particles cheated, only nulling the location and hoping to get collected one day.
This commit is contained in:
PsiOmega
2015-08-09 12:35:07 +02:00
parent 22c500ed2b
commit 6a15611711

View File

@@ -9,7 +9,7 @@
/obj/effect/expl_particles/New()
..()
spawn (15)
src.loc = null
qdel(src)
return
/obj/effect/expl_particles/Move()
@@ -49,7 +49,7 @@
/obj/effect/explosion/New()
..()
spawn (10)
src.loc = null
qdel(src)
return
/datum/effect/system/explosion