fixes floor decals and other missing signal-added overlays by making sure things properly call parent update_icon
This commit is contained in:
@@ -104,6 +104,7 @@ GLOBAL_LIST_INIT(marker_beacon_colors, list(
|
||||
. += "<span class='notice'>Alt-click to select a color. Current color is [picked_color].</span>"
|
||||
|
||||
/obj/structure/marker_beacon/update_icon()
|
||||
. = ..()
|
||||
while(!picked_color || !GLOB.marker_beacon_colors[picked_color])
|
||||
picked_color = pick(GLOB.marker_beacon_colors)
|
||||
icon_state = "[initial(icon_state)][lowertext(picked_color)]-on"
|
||||
|
||||
@@ -186,9 +186,6 @@
|
||||
/obj/machinery/stasis/survival_pod/play_power_sound()
|
||||
return
|
||||
|
||||
/obj/machinery/stasis/survival_pod/update_icon()
|
||||
return
|
||||
|
||||
//NanoMed
|
||||
/obj/machinery/vending/wallmed/survival_pod
|
||||
name = "survival pod medical supply"
|
||||
|
||||
Reference in New Issue
Block a user