mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Patient Monitoring Console Overhaul (#17633)
* Patient Monitoring Console Overhaul * cl * i like em big * ooga * im doing stuff
This commit is contained in:
@@ -718,10 +718,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(user.loc)
|
||||
R.color = "#eeffe8"
|
||||
R.set_content_unsafe("Scan ([M.name])", connected.format_occupant_data(get_occupant_data(M)))
|
||||
|
||||
var/obj/item/paper/medscan/R = new /obj/item/paper/medscan(src, connected.format_occupant_data(get_occupant_data(M)), "Scan ([M.name])", 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