fix windows resettting their init flag mid init (#19148)

This commit is contained in:
Kashargul
2026-02-06 15:57:09 +01:00
committed by GitHub
parent 6d49aef440
commit 4f6edb9452
+1 -1
View File
@@ -449,7 +449,7 @@
icon_state = "[basestate]"
return
else
flags = NONE // Removes ON_BORDER and OPPOSITE_OPACITY
flags &= ~ON_BORDER // Removes ON_BORDER
var/list/dirs = list()
if(anchored)
for(var/obj/structure/window/W in orange(src,1))