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-06 02:30:11 -04:00
committed by GitHub
parent be6680da62
commit ae718f07e3
62 changed files with 603 additions and 400 deletions
+1 -2
View File
@@ -546,7 +546,6 @@
if(ishuman(user))
var/mob/living/carbon/human/H = user
H.gunshot_residue = null
if(H.gloves)
H.gloves.wash(CLEAN_SCRUB)
H.update_inv_gloves()
@@ -559,7 +558,7 @@
H.bloody_hands = 0
H.germ_level = 0
H.hand_blood_color = null
LAZYCLEARLIST(H.blood_DNA)
H.forensic_data?.wash(CLEAN_SCRUB)
H.update_bloodied()
else
user.wash(CLEAN_SCRUB)