Stops sparks from trying to qdel twice.

This commit is contained in:
Datraen
2015-12-20 13:16:45 -05:00
parent d25258abeb
commit 84a55c2f87
+1 -5
View File
@@ -107,7 +107,7 @@ steam.start() -- spawns the effect
var/turf/T = src.loc
if (istype(T, /turf))
T.hotspot_expose(1000,100)
spawn (100)
spawn (20)
qdel(src)
return
@@ -155,10 +155,6 @@ steam.start() -- spawns the effect
for(i=0, i<pick(1,2,3), i++)
sleep(5)
step(sparks,direction)
spawn(20)
if(sparks)
qdel(sparks)
src.total_sparks--