Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update HumanoidAppearanceSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekins3366 authored Apr 28, 2024
1 parent 89dd2d3 commit 51d21cb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<GrammarComponent>(target, out var grammar))
Expand Down

0 comments on commit 51d21cb

Please sign in to comment.