mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] Changeling Blood Test (#11353)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4de760e15e
commit
6eacc51e1c
@@ -50,6 +50,7 @@ var/const/CE_STABLE_THRESHOLD = 0.5
|
||||
if(isSynthetic())
|
||||
B.data["species"] = "synthetic"
|
||||
|
||||
B.data["changeling"] = (!isnull(mind) && is_changeling(mind)) || species?.ambulant_blood
|
||||
B.color = B.data["blood_colour"]
|
||||
B.name = B.data["blood_name"]
|
||||
|
||||
@@ -295,6 +296,7 @@ var/const/CE_STABLE_THRESHOLD = 0.5
|
||||
B.data["resistances"] |= GetResistances()
|
||||
B.data["blood_DNA"] = copytext(src.dna.unique_enzymes,1,0)
|
||||
B.data["blood_type"] = copytext(src.dna.b_type,1,0)
|
||||
B.data["changeling"] = (!isnull(mind) && is_changeling(mind)) || species?.ambulant_blood
|
||||
|
||||
// Putting this here due to return shenanigans.
|
||||
if(ishuman(src))
|
||||
|
||||
Reference in New Issue
Block a user