From 9221b9898be7e067d7b63e8fed088d9e445f5394 Mon Sep 17 00:00:00 2001 From: Callyste <39314705+Callyste@users.noreply.github.com> Date: Sat, 19 May 2018 02:10:36 +0200 Subject: [PATCH] Update Patch.cs --- ClassLibrary2/Patch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")