The Great Del() Cull of 2015

This commit is contained in:
Fox-McCloud
2015-07-09 02:48:34 -04:00
parent 656b2c449a
commit 0dbea7621f
342 changed files with 915 additions and 916 deletions
+4 -4
View File
@@ -681,7 +681,7 @@ steam.start() -- spawns the effect
/obj/effect/effect/mustard_gas/New()
..()
spawn (100)
del(src)
qdel(src)
return
/obj/effect/effect/mustard_gas/Move()
@@ -748,7 +748,7 @@ steam.start() -- spawns the effect
sleep(10)
step(smoke,direction)
spawn(100)
del(smoke)
qdel(smoke)
src.total_smoke--
@@ -1234,7 +1234,7 @@ steam.start() -- spawns the effect
if (istype(T, /turf))
T.hotspot_expose(3000,100)
spawn (100)
del(src)
qdel(src)
return
/obj/effects/sparkels/Destroy()
@@ -1290,5 +1290,5 @@ steam.start() -- spawns the effect
sleep(5)
step(sparks,direction)
spawn(20)
del(sparks)
qdel(sparks)
src.total_sparks--