From e9b30474d23b04637ec0c79279a2183efd83a24c Mon Sep 17 00:00:00 2001 From: deathride58 Date: Tue, 12 Dec 2017 12:08:04 -0500 Subject: [PATCH] Fixes genetics being broken after brain damage rework --- code/datums/mutations/speech.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/mutations/speech.dm b/code/datums/mutations/speech.dm index 091c3abedf5..3b4b38bbcc9 100644 --- a/code/datums/mutations/speech.dm +++ b/code/datums/mutations/speech.dm @@ -98,6 +98,7 @@ /datum/mutation/human/unintelligible name = "Unintelligible" quality = NEGATIVE + dna_block = NON_SCANNABLE text_gain_indication = "You can't seem to form any coherent thoughts!" text_lose_indication = "Your mind feels more clear."