Merge pull request #51919 from tralezab/branched-from-upstream-master

Painting frames are no longer ERRORs
This commit is contained in:
ShizCalev
2020-07-07 10:32:34 -04:00
committed by GitHub
+1 -1
View File
@@ -289,7 +289,7 @@
/obj/structure/sign/painting/update_icon_state()
. = ..()
if(C && C.generated_icon)
icon_state = null
icon_state = "frame-overlay"
else
icon_state = "frame-empty"