diff --git a/ClassLibrary2/Patch.cs b/ClassLibrary2/Patch.cs index 6cce965..99753d3 100644 --- a/ClassLibrary2/Patch.cs +++ b/ClassLibrary2/Patch.cs @@ -400,7 +400,7 @@ public static void Postfix(ref SGCharacterCreationNamePanel __instance, ref Gend } if (text == "female midwest") { - NewVoice.newVoice = "f_pro4_midwest"; + NewVoice.newVoice = "f_pro04_midwest"; WwiseManager.SetSwitch(AudioSwitch_dialog_character_type_pilots.f_pro04_midwest, WwiseManager.GlobalAudioObject); } if (text == "female tanesha")