multiple IDs should work (#18422)

This commit is contained in:
Kashargul
2025-09-07 16:23:41 +02:00
committed by GitHub
parent b18d87e97f
commit 19e5523b83
5 changed files with 0 additions and 13 deletions
-1
View File
@@ -665,7 +665,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()
..()