[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-06 22:21:45 -07:00
committed by GitHub
parent 4e0cff2289
commit a05bac2e8b
10 changed files with 74 additions and 70 deletions

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()
..()