Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Nov 13, 2023
1 parent 59dbdea commit 2fb9f8a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/modules/overmap/missions/research_mission.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2fb9f8a

Please sign in to comment.