some sleep cleanup (#18381)

* some sleep cleanup

* Tested, make these unique

* Since we're using timers here

* These too

* This too

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Kashargul
2025-09-07 00:34:18 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 03b8ced842
commit b18d87e97f
10 changed files with 80 additions and 79 deletions
+2 -3
View File
@@ -664,9 +664,8 @@
for(var/obj/structure/window/reinforced/polarized/W in range(src,range))
if (W.id == src.id || !W.id)
spawn(0)
W.toggle()
return
W.toggle()
return
/obj/machinery/button/windowtint/power_change()
..()