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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user