From 2fb9f8a1a2281d5fc374544ffc3610a198066ae4 Mon Sep 17 00:00:00 2001 From: Erika Fox Date: Mon, 13 Nov 2023 15:43:02 -0500 Subject: [PATCH] better --- code/modules/overmap/missions/research_mission.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/overmap/missions/research_mission.dm b/code/modules/overmap/missions/research_mission.dm index aff55782ecf2..0e4996f7719d 100644 --- a/code/modules/overmap/missions/research_mission.dm +++ b/code/modules/overmap/missions/research_mission.dm @@ -123,15 +123,13 @@ set_is_operational(TRUE) START_PROCESSING(SSmachines, src) use_power = IDLE_POWER_USE - update_icon_state() else set_is_operational(FALSE) STOP_PROCESSING(SSmachines, src) use_power = NO_POWER_USE - update_icon_state() power_change() // calls update_appearance(), makes sure we're powered -/obj/machinery/mission_scanner/update_icon_state() +/obj/machinery/mission_scanner/update_appearance(updates) . = ..() if(is_operational) icon_state = "scanner_power"