From 6e5bb5c31c1d318a997c244fda79ae17ec7ef466 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Thu, 8 Aug 2019 12:22:27 +0200 Subject: [PATCH] Voreday Synx update Now 500% Easier to teach! They still wont know what the fuck you are talking about but hey they can repeat it! Happy 8/8 --- code/modules/mob/living/simple_animal/animals/synx.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/animals/synx.dm b/code/modules/mob/living/simple_animal/animals/synx.dm index a57feaf9c0..fe720f9438 100644 --- a/code/modules/mob/living/simple_animal/animals/synx.dm +++ b/code/modules/mob/living/simple_animal/animals/synx.dm @@ -274,6 +274,7 @@ mob/living/simple_animal/synx/PunchTarget() /mob/living/simple_animal/retaliate/synx/hear_say(message,verb,language,fakename,isItalics,var/mob/living/speaker) . = ..() if(!message) return + if (speaker == src) return speaker = speaker.GetVoice() speak += message voices += speaker