mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
[MIRROR] fix windows resetting their init flag mid init (#12382)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
94caff5a58
commit
05ca2c589a
@@ -454,7 +454,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))
|
||||
|
||||
Reference in New Issue
Block a user