From bd346bca9a7e477af646844468f5a3e63fae5e86 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Tue, 17 Jun 2014 04:04:57 -0400 Subject: [PATCH] Bleh --- code/WorkInProgress/ZomgPonies/Colored-windows.dm | 2 -- code/game/objects/structures/fullwindow.dm | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/WorkInProgress/ZomgPonies/Colored-windows.dm b/code/WorkInProgress/ZomgPonies/Colored-windows.dm index dca908db33c..a49ffe6bae1 100644 --- a/code/WorkInProgress/ZomgPonies/Colored-windows.dm +++ b/code/WorkInProgress/ZomgPonies/Colored-windows.dm @@ -36,8 +36,6 @@ var/global/wcCommon for(var/A in wsBrigList) for(var/obj/structure/window/W in locate(A)) - if(istype(W, /obj/structure/window/full/shuttle)) - continue W.color = wcBrig for(var/obj/machinery/door/window/D in locate(A)) D.color = wcBrig diff --git a/code/game/objects/structures/fullwindow.dm b/code/game/objects/structures/fullwindow.dm index 0cef9774e0f..163247c4d02 100644 --- a/code/game/objects/structures/fullwindow.dm +++ b/code/game/objects/structures/fullwindow.dm @@ -104,5 +104,9 @@ health = 160 reinf = 1 + New() + ..() + color = null + update_icon() //icon_state has to be set manually return \ No newline at end of file