replace
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Content.IntegrationTests.Tests.Preferences
|
||||
"Silicon",
|
||||
"The biggest boy around.",
|
||||
"Human",
|
||||
"Mykyta",
|
||||
"Nord",
|
||||
21,
|
||||
Sex.Male,
|
||||
Gender.Epicene,
|
||||
|
||||
@@ -33,13 +33,13 @@ public abstract class SharedHumanoidAppearanceSystem : EntitySystem
|
||||
public const string DefaultBodyType = "HumanNormal";
|
||||
|
||||
[ValidatePrototypeId<TTSVoicePrototype>]
|
||||
public const string DefaultVoice = "Mykyta";
|
||||
public const string DefaultVoice = "Nord";
|
||||
|
||||
public static readonly Dictionary<Sex, ProtoId<TTSVoicePrototype>> DefaultSexVoice = new()
|
||||
{
|
||||
{ Sex.Male, "Mykyta" },
|
||||
{ Sex.Female, "Charlotte" },
|
||||
{ Sex.Unsexed, "Glados" },
|
||||
{ Sex.Male, "Nord" },
|
||||
{ Sex.Female, "Amina" },
|
||||
{ Sex.Unsexed, "Alyx" },
|
||||
};
|
||||
|
||||
public override void Initialize()
|
||||
|
||||
@@ -14,5 +14,5 @@ public sealed partial class SharedTTSComponent : Component
|
||||
/// Prototype of used voice for TTS.
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField, AutoNetworkedField]
|
||||
public ProtoId<TTSVoicePrototype> VoicePrototypeId { get; set; } = "Mykyta";
|
||||
public ProtoId<TTSVoicePrototype> VoicePrototypeId { get; set; } = "Nord";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user