From a1cc629f6e0ca381f622e5247ccf4c9bc616544b Mon Sep 17 00:00:00 2001 From: Krausus Date: Tue, 18 Aug 2015 03:38:47 -0400 Subject: [PATCH] Gives constructs universal_speak This allows them to actually communicate with humans, rather than just causing runtimes. --- code/modules/mob/living/simple_animal/constructs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/constructs.dm b/code/modules/mob/living/simple_animal/constructs.dm index 9f28be0cd90..e099f8b3e4d 100644 --- a/code/modules/mob/living/simple_animal/constructs.dm +++ b/code/modules/mob/living/simple_animal/constructs.dm @@ -25,6 +25,7 @@ minbodytemp = 0 faction = list("cult") flying = 1 + universal_speak = 1 var/list/construct_spells = list() /mob/living/simple_animal/construct/New()