Merge pull request #628 from Datraen/SparksQdelFix

Stops sparks from trying to qdel twice.
This commit is contained in:
Datraen
2015-12-20 15:17:17 -05:00

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
@@ -156,8 +156,6 @@ steam.start() -- spawns the effect
sleep(5)
step(sparks,direction)
spawn(20)
if(sparks)
qdel(sparks)
src.total_sparks--