Adds changeling blood tests (heat up blood samples to test if someone's a ling or not) (#8023)

* changeling blood tests + changeling readapt sound

* drops shield loudness down to 1 because apparently it's weaker than i thought it was

* chameleon skin no longer contributes to loudness
This commit is contained in:
deathride58
2019-02-22 09:05:23 -05:00
committed by kevinz000
parent f50868f6a3
commit 38ae805c49
17 changed files with 96 additions and 23 deletions
+5
View File
@@ -198,6 +198,11 @@
for(var/V in roundstart_quirks)
var/datum/quirk/T = V
blood_data["quirks"] += T.type
blood_data["changeling_loudness"] = 0
if(mind)
var/datum/antagonist/changeling/ling = mind.has_antag_datum(/datum/antagonist/changeling)
if(istype(ling))
blood_data["changeling_loudness"] = ling.loudfactor
return blood_data
//get the id of the substance this mob use as blood.