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
-2
View File
@@ -162,8 +162,6 @@
/turf/open/floor/blob_act(obj/structure/blob/B)
return
/turf/open/floor/update_icon()
/turf/open/floor/attack_paw(mob/user)
return attack_hand(user)
@@ -28,6 +28,7 @@
return ..()
/turf/open/floor/circuit/update_icon()
. = ..()
if(on)
if(LAZYLEN(SSmapping.nuke_threats))
icon_state = "rcircuitanim"