More spawn/sleep removals (#47634)

* remove more spawns

* more

* more

* varsets

* oops

* unfuck this
This commit is contained in:
spookydonut
2019-11-13 19:07:59 +08:00
committed by Rob Bailey
parent 736414a741
commit dd6fa5eded
26 changed files with 122 additions and 130 deletions

View File

@@ -37,6 +37,8 @@
/obj/structure/closet/crate/bin/proc/do_animate()
playsound(loc, open_sound, 15, TRUE, -3)
flick("animate_largebins", src)
spawn(13)
playsound(loc, close_sound, 15, TRUE, -3)
update_icon()
addtimer(CALLBACK(src, .proc/do_close), 13)
/obj/structure/closet/crate/bin/proc/do_close()
playsound(loc, close_sound, 15, TRUE, -3)
update_icon()