[MIRROR] multiple IDs should work (#11578)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-09-07 16:40:45 +02:00
committed by GitHub
co-authored by Kashargul
parent a05bac2e8b
commit 2b286f1040
5 changed files with 0 additions and 13 deletions
-1
View File
@@ -671,7 +671,6 @@
for(var/obj/structure/window/reinforced/polarized/W in range(src,range))
if (W.id == src.id || !W.id)
W.toggle()
return
/obj/machinery/button/windowtint/power_change()
..()