[MIRROR] some sleep cleanup (#11576)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-09-07 01:21:45 -04:00
committed by GitHub
co-authored by Kashargul C.L.
parent 4e0cff2289
commit a05bac2e8b
10 changed files with 74 additions and 70 deletions
+2 -3
View File
@@ -670,9 +670,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()
..()