Changeling Blood Test (#18171)

* changeling blood

* more handling

* actually don't
This commit is contained in:
Will
2025-08-07 21:24:20 -04:00
committed by GitHub
parent fc7faa9ece
commit b8e26ac2a9
11 changed files with 47 additions and 5 deletions
+2
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"]
@@ -288,6 +289,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))