mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
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:
@@ -735,12 +735,9 @@ var/list/global/slot_flags_enumeration = list(
|
||||
//Make the blood_overlay have the proper color then apply it.
|
||||
blood_overlay.color = blood_color
|
||||
add_overlay(blood_overlay)
|
||||
|
||||
//if this blood isn't already in the list, add it
|
||||
if(istype(M))
|
||||
if(blood_DNA[M.dna.unique_enzymes])
|
||||
return 0 //already bloodied with this blood. Cannot add more.
|
||||
blood_DNA[M.dna.unique_enzymes] = M.dna.b_type
|
||||
add_blooddna(M.dna,M)
|
||||
|
||||
return 1 //we applied blood to the item
|
||||
|
||||
GLOBAL_LIST_EMPTY(blood_overlays_by_type)
|
||||
|
||||
Reference in New Issue
Block a user