fixes floor decals and other missing signal-added overlays by making sure things properly call parent update_icon
This commit is contained in:
@@ -276,6 +276,7 @@
|
||||
internal_ext.afterattack(target, user, null)
|
||||
|
||||
/mob/living/simple_animal/bot/firebot/update_icon()
|
||||
. = ..()
|
||||
if(!on)
|
||||
icon_state = "firebot0"
|
||||
return
|
||||
|
||||
@@ -380,6 +380,7 @@
|
||||
target = null
|
||||
|
||||
/mob/living/simple_animal/bot/floorbot/update_icon()
|
||||
. = ..()
|
||||
icon_state = "floorbot[on]"
|
||||
|
||||
|
||||
|
||||
@@ -401,6 +401,7 @@
|
||||
action = new(src)
|
||||
|
||||
/obj/effect/proc_holder/wrap/update_icon()
|
||||
. = ..()
|
||||
action.button_icon_state = "wrap_[active]"
|
||||
action.UpdateButtons()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user