fixes floor decals and other missing signal-added overlays by making sure things properly call parent update_icon

This commit is contained in:
deathride58
2024-04-24 22:30:25 -04:00
parent e094437056
commit 0517ece12a
36 changed files with 35 additions and 10 deletions
+1
View File
@@ -296,6 +296,7 @@
update_icon()
/atom/movable/screen/robot/lamp/update_icon()
. = ..()
if(robot?.lamp_enabled)
icon_state = "lamp_on"
else