From 51d21cbe216b9b6161e0588de97a2585af1652ab Mon Sep 17 00:00:00 2001 From: Zekins <136648667+Zekins3366@users.noreply.github.com> Date: Sun, 28 Apr 2024 17:18:12 +0300 Subject: [PATCH] Update HumanoidAppearanceSystem.cs --- Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.cs b/Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.cs index cec105bdae6..505ad4f16c7 100644 --- a/Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.cs +++ b/Content.Server/Humanoid/Systems/HumanoidAppearanceSystem.cs @@ -44,7 +44,6 @@ public void CloneAppearance(EntityUid source, EntityUid target, HumanoidAppearan SetSex(target, sourceHumanoid.Sex, false, targetHumanoid); targetHumanoid.CustomBaseLayers = new(sourceHumanoid.CustomBaseLayers); targetHumanoid.MarkingSet = new(sourceHumanoid.MarkingSet); - SetTTSVoice(target, sourceHumanoid.Voice, targetHumanoid); // Corvax-TTS targetHumanoid.Gender = sourceHumanoid.Gender; if (TryComp(target, out var grammar))