From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sat, 6 May 2023 04:18:55 +0000 (-0400) Subject: Fix chatty zombies (#16139) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=2821149149afb292c0c412d201e9b8cc92e6d6dc;p=space-station-14.git Fix chatty zombies (#16139) --- diff --git a/Content.Server/Zombies/ZombifyOnDeathSystem.cs b/Content.Server/Zombies/ZombifyOnDeathSystem.cs index 3d9be04755..e5830614a8 100644 --- a/Content.Server/Zombies/ZombifyOnDeathSystem.cs +++ b/Content.Server/Zombies/ZombifyOnDeathSystem.cs @@ -107,6 +107,9 @@ namespace Content.Server.Zombies RemComp(target); RemComp(target); + //funny voice + EnsureComp(target).Accent = "zombie"; + //This is needed for stupid entities that fuck up combat mode component //in an attempt to make an entity not attack. This is the easiest way to do it. RemComp(target);