More spawn/sleep removals (#47634)

* remove more spawns

* more

* more

* varsets

* oops

* unfuck this
This commit is contained in:
spookydonut
2019-11-13 03:07:59 -08:00
committed by Rob Bailey
parent 736414a741
commit dd6fa5eded
26 changed files with 122 additions and 130 deletions
@@ -93,10 +93,9 @@
S.set_opacity(TRUE)
newsmokes.Add(S)
if(newsmokes.len)
spawn(1) //the smoke spreads rapidly but not instantly
for(var/obj/effect/particle_effect/smoke/SM in newsmokes)
SM.spread_smoke()
//the smoke spreads rapidly but not instantly
for(var/obj/effect/particle_effect/smoke/SM in newsmokes)
addtimer(CALLBACK(SM, /obj/effect/particle_effect/smoke.proc/spread_smoke), 1)
/datum/effect_system/smoke_spread