Skip to content

Commit

Permalink
Merge pull request #155 from Mirag1993/Мердж-с-оффами
Browse files Browse the repository at this point in the history
Fixes scanner icon setting (shiptest-ss13#2479)
  • Loading branch information
MysticalFaceLesS authored Nov 16, 2023
2 parents c5e7fc9 + 9404d8b commit ca50221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/overmap/missions/research_mission.dm
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
use_power = NO_POWER_USE
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 ca50221

Please sign in to comment.