mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Adds a timestamp to body scanner and CMO hand analyzer printout titles. (#19084)
Adds a timestamp to body scanner and CMO hand analyzer printout titles. Scan (Person) becomes Scan (Person) (Time)
This commit is contained in:
@@ -721,7 +721,7 @@ BREATH ANALYZER
|
||||
add_fingerprint(user)
|
||||
|
||||
/obj/item/device/advanced_healthanalyzer/proc/print_scan(var/mob/M, var/mob/living/user)
|
||||
var/obj/item/paper/medscan/R = new /obj/item/paper/medscan(src, connected.format_occupant_data(get_occupant_data(M)), "Scan ([M.name])", M)
|
||||
var/obj/item/paper/medscan/R = new /obj/item/paper/medscan(src, connected.format_occupant_data(get_occupant_data(M)), "Scan ([M.name]) ([worldtime2text()])", M)
|
||||
connected.print(R, message = "\The [src] beeps, printing \the [R] after a moment.", user = user)
|
||||
|
||||
/obj/item/device/advanced_healthanalyzer/proc/get_occupant_data(var/mob/living/carbon/human/H)
|
||||
|
||||
Reference in New Issue
Block a user