mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Bleh
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user