mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 15:47:04 +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:
@@ -27,6 +27,7 @@
|
||||
self_clear = TRUE
|
||||
|
||||
// Setup cached dna data, as storing the entire DNA cloned is horrifically laggy
|
||||
b_type = dna.b_type
|
||||
unique_enzymes = dna.unique_enzymes
|
||||
body_gender = dna.GetUIState(DNA_UI_GENDER)
|
||||
if(!isnull(dna.GetUIValue(DNA_UI_SKIN_TONE)))
|
||||
|
||||
Reference in New Issue
Block a user