Update windowdoor.dm

This commit is contained in:
silicons
2020-11-19 02:41:55 -07:00
committed by GitHub
parent c1cecb651d
commit 3cbec856a8
+1
View File
@@ -55,6 +55,7 @@
icon_state = "[src.base_state]open"
/obj/machinery/door/window/update_atom_colour()
. = ..()
if((color && (color_hex2num(color) < 255)))
visible = TRUE
if(density)