mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-25 09:01:40 +00:00
More spawn/sleep removals (#47634)
* remove more spawns * more * more * varsets * oops * unfuck this
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user