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))