diff --git a/code/modules/mob/living/silicon/ai/vox_sounds.dm b/code/modules/mob/living/silicon/ai/vox_sounds.dm index e63acfccc4b..c93be7ad841 100644 --- a/code/modules/mob/living/silicon/ai/vox_sounds.dm +++ b/code/modules/mob/living/silicon/ai/vox_sounds.dm @@ -2,8 +2,8 @@ // Dynamically loading it has bad results with sounds overtaking each other, even with the wait variable. #ifdef AI_VOX -var/list/vox_sounds = list("," = 'sound/vox_fem/,.wav', -"." = 'sound/vox_fem/..wav', +var/list/vox_sounds = list("," = 'sound/vox_fem/,.ogg', +"." = 'sound/vox_fem/..ogg', "a" = 'sound/vox_fem/a.ogg', "abortions" = 'sound/vox_fem/abortions.ogg', "accelerating" = 'sound/vox_fem/accelerating.ogg', diff --git a/sound/vox_fem/,.ogg b/sound/vox_fem/,.ogg new file mode 100644 index 00000000000..a94221d0ed6 Binary files /dev/null and b/sound/vox_fem/,.ogg differ diff --git a/sound/vox_fem/,.wav b/sound/vox_fem/,.wav deleted file mode 100644 index 31a47dca600..00000000000 Binary files a/sound/vox_fem/,.wav and /dev/null differ diff --git a/sound/vox_fem/..ogg b/sound/vox_fem/..ogg new file mode 100644 index 00000000000..e333dc159b4 Binary files /dev/null and b/sound/vox_fem/..ogg differ diff --git a/sound/vox_fem/..wav b/sound/vox_fem/..wav deleted file mode 100644 index 7eeb1eb9bc5..00000000000 Binary files a/sound/vox_fem/..wav and /dev/null differ