Forensics Datum (#17796)

* forensics datum initial work

* typo fix

* glove recursion fix

* missing bloodtype on organ data

* removed frustrating and unneeded b_type var from humans

* no leaky

* listcheck

* documenting

* documentation
This commit is contained in:
Will
2025-06-05 23:30:11 -07:00
committed by GitHub
parent be6680da62
commit ae718f07e3
62 changed files with 603 additions and 400 deletions
@@ -201,12 +201,12 @@
if(attacher)
log_str += ADMIN_QUE(attacher)
var/mob/mob = get_mob_by_key(src.fingerprintslast)
var/mob/mob = get_mob_by_key(forensic_data?.get_lastprint())
var/last_touch_info = ""
if(mob)
last_touch_info = ADMIN_QUE(mob)
log_str += " Last touched by: [src.fingerprintslast][last_touch_info]"
log_str += " Last touched by: [forensic_data?.get_lastprint()][last_touch_info]"
GLOB.bombers += log_str
message_admins(log_str, 0, 1)
log_game(log_str)