diff --git a/Content.Shared/Preferences/HumanoidCharacterProfile.cs b/Content.Shared/Preferences/HumanoidCharacterProfile.cs index 698a444802..01504f5e98 100644 --- a/Content.Shared/Preferences/HumanoidCharacterProfile.cs +++ b/Content.Shared/Preferences/HumanoidCharacterProfile.cs @@ -627,7 +627,7 @@ namespace Content.Shared.Preferences _traitPreferences.AddRange(traits); prototypeManager.TryIndex(Voice, out var voice); - if (voice is null || !CanHaveVoice(voice, Sex)) + if (voice is null) Voice = SharedHumanoidAppearanceSystem.DefaultSexVoice[sex]; }