This commit is contained in:
ZomgPonies
2014-06-17 04:04:57 -04:00
parent b24a5f93af
commit bd346bca9a
2 changed files with 4 additions and 2 deletions
@@ -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
@@ -104,5 +104,9 @@
health = 160
reinf = 1
New()
..()
color = null
update_icon() //icon_state has to be set manually
return