[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 07:40:45 -07:00
committed by GitHub
parent a05bac2e8b
commit 2b286f1040
5 changed files with 0 additions and 13 deletions

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