mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Merge pull request #628 from Datraen/SparksQdelFix
Stops sparks from trying to qdel twice.
This commit is contained in:
@@ -107,7 +107,7 @@ steam.start() -- spawns the effect
|
|||||||
var/turf/T = src.loc
|
var/turf/T = src.loc
|
||||||
if (istype(T, /turf))
|
if (istype(T, /turf))
|
||||||
T.hotspot_expose(1000,100)
|
T.hotspot_expose(1000,100)
|
||||||
spawn (100)
|
spawn (20)
|
||||||
qdel(src)
|
qdel(src)
|
||||||
return
|
return
|
||||||
|
|
||||||
@@ -156,8 +156,6 @@ steam.start() -- spawns the effect
|
|||||||
sleep(5)
|
sleep(5)
|
||||||
step(sparks,direction)
|
step(sparks,direction)
|
||||||
spawn(20)
|
spawn(20)
|
||||||
if(sparks)
|
|
||||||
qdel(sparks)
|
|
||||||
src.total_sparks--
|
src.total_sparks--
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user