Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Nov 13, 2023
1 parent dbc88b0 commit 59dbdea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/overmap/missions/research_mission.dm
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,12 @@
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()
Expand Down

0 comments on commit 59dbdea

Please sign in to comment.