mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Merge pull request #51919 from tralezab/branched-from-upstream-master
Painting frames are no longer ERRORs
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user