From abfcc25e9140302c3a1fcfd47ce6793c311c574a Mon Sep 17 00:00:00 2001 From: Fermi Date: Fri, 31 May 2019 23:54:30 +0100 Subject: [PATCH] No changed, just staching a comment. --- code/modules/mob/living/blood.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/blood.dm b/code/modules/mob/living/blood.dm index e6dc89d47d..77c0d4985f 100644 --- a/code/modules/mob/living/blood.dm +++ b/code/modules/mob/living/blood.dm @@ -207,7 +207,7 @@ if(istype(ling)) blood_data["changeling_loudness"] = ling.loudfactor return blood_data - if(blood_id == "slimejelly") + if(blood_id == "slimejelly") //Just so MKUltra works. Takes the minimum required data. Sishen is testing if this breaks stuff. var/blood_data = list() if(mind) blood_data["mind"] = mind