mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
The Great Del() Cull of 2015
This commit is contained in:
@@ -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--
|
||||
|
||||
Reference in New Issue
Block a user