Skip to content

Commit

Permalink
[MIRROR] Fix empty body scanner icon runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
SierraKomodo authored and SuhEugene committed Jan 7, 2024
1 parent cc60b93 commit d5bdc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/body_scanner_console.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ClearOverlays()
if(panel_open)
AddOverlays("[icon_state]_panel")
if(!connected.inoperable())
if(!connected?.inoperable())
AddOverlays(emissive_appearance(icon, "[icon_state]_lights"))
AddOverlays("[icon_state]_lights")

Expand Down

0 comments on commit d5bdc18

Please sign in to comment.