fixes floor decals and other missing signal-added overlays by making sure things properly call parent update_icon
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
|
||||
// update the icon_state
|
||||
/obj/machinery/spaceship_navigation_beacon/update_icon()
|
||||
. = ..()
|
||||
if(powered())
|
||||
icon_state = "core"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user