Gives sparks a chance to qdel.

This commit is contained in:
Datraen
2016-06-02 14:31:20 -04:00
parent a95b47174e
commit 804d69e965
@@ -108,6 +108,8 @@ steam.start() -- spawns the effect
if (istype(T, /turf))
T.hotspot_expose(1000,100)
schedule_task_in(5 SECONDS, /proc/qdel, list(src))
/obj/effect/effect/sparks/Destroy()
var/turf/T = src.loc
if (istype(T, /turf))