Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
vero5123 and Drulikar authored May 24, 2024
1 parent f8cc221 commit 79806b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/medical_pod/bodyscanner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@

N.fields["last_tgui_scan_result"] = last_health_display.ui_data(user, DETAIL_LEVEL_BODYSCAN)
N.fields[MOB_AUTODOC_DATA] = generate_autodoc_surgery_list(H)
visible_message(SPAN_NOTICE("\The [src] pings as it stores the scan report of [H.real_name]"))
visible_message(SPAN_NOTICE("[src] pings as it stores the scan report of [H.real_name]"))
playsound(loc, 'sound/machines/screen_output1.ogg', 25)

last_health_display.look_at(user, DETAIL_LEVEL_BODYSCAN, bypass_checks = TRUE)
Expand Down

0 comments on commit 79806b0

Please sign in to comment.