[MIRROR] Changeling Blood Test (#11353)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-07 21:24:22 -07:00
committed by GitHub
parent 4de760e15e
commit 6eacc51e1c
11 changed files with 47 additions and 5 deletions

View File

@@ -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))