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
@@ -25,6 +25,7 @@
playsound(src, 'sound/weapons/handcuffs.ogg', 30, TRUE, -3)
/obj/item/assembly/mousetrap/update_icon()
. = ..()
if(armed)
icon_state = "mousetraparmed"
else
+1 -1
View File
@@ -57,9 +57,9 @@
return TRUE
/obj/item/assembly/signaler/update_icon()
. = ..()
if(holder)
holder.update_icon()
return
/obj/item/assembly/signaler/ui_status(mob/user)
if(is_secured(user))