From cfd74bdac9b575f51c57ce7b45e55414f5d2eac9 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Sun, 3 Mar 2019 00:08:33 +0100 Subject: [PATCH] Default text for synxes to say --- code/modules/mob/living/simple_animal/animals/synx.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/simple_animal/animals/synx.dm b/code/modules/mob/living/simple_animal/animals/synx.dm index 97b8495407..6475a597cd 100644 --- a/code/modules/mob/living/simple_animal/animals/synx.dm +++ b/code/modules/mob/living/simple_animal/animals/synx.dm @@ -115,6 +115,8 @@ realname = name voices += "Garbled voice" voices += "Unidentifiable Voice" + speak += "Who is there?" + speak += "What is that thing?!" mob/living/simple_animal/synx/PunchTarget() if(!Adjacent(target_mob))