diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index 79e0ed5bb74..c5d28ba8908 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -381,7 +381,7 @@ var/global/wcColored /obj/structure/window/New(Loc,re=0) ..() ini_dir = dir - if(!color) + if(!color && !istype(src,/obj/structure/window/plasmabasic) && !istype(src,/obj/structure/window/plasmareinforced)) color = color_windows(src) update_nearby_tiles(need_rebuild=1) update_nearby_icons()