diff --git a/code/modules/mob/living/silicon/ai/vox_sounds.dm b/code/modules/mob/living/silicon/ai/vox_sounds.dm index c93be7ad841..b824150bc92 100644 --- a/code/modules/mob/living/silicon/ai/vox_sounds.dm +++ b/code/modules/mob/living/silicon/ai/vox_sounds.dm @@ -79,11 +79,9 @@ var/list/vox_sounds = list("," = 'sound/vox_fem/,.ogg', "birdwell" = 'sound/vox_fem/birdwell.ogg', "bitch" = 'sound/vox_fem/bitch.ogg', "bitches" = 'sound/vox_fem/bitches.ogg', -"bizwarn" = 'sound/vox_fem/bizwarn.wav', "black" = 'sound/vox_fem/black.ogg', "blast" = 'sound/vox_fem/blast.ogg', "blocked" = 'sound/vox_fem/blocked.ogg', -"bloop" = 'sound/vox_fem/bloop.wav', "blue" = 'sound/vox_fem/blue.ogg', "bottom" = 'sound/vox_fem/bottom.ogg', "bravo" = 'sound/vox_fem/bravo.ogg', @@ -94,7 +92,6 @@ var/list/vox_sounds = list("," = 'sound/vox_fem/,.ogg', "bust" = 'sound/vox_fem/bust.ogg', "but" = 'sound/vox_fem/but.ogg', "button" = 'sound/vox_fem/button.ogg', -"buzwarn" = 'sound/vox_fem/buzwarn.wav', "bypass" = 'sound/vox_fem/bypass.ogg', "c" = 'sound/vox_fem/c.ogg', "cable" = 'sound/vox_fem/cable.ogg', @@ -150,7 +147,6 @@ var/list/vox_sounds = list("," = 'sound/vox_fem/,.ogg', "cyborg" = 'sound/vox_fem/cyborg.ogg', "cyborgs" = 'sound/vox_fem/cyborgs.ogg', "d" = 'sound/vox_fem/d.ogg', -"dadeda" = 'sound/vox_fem/dadeda.wav', "damage" = 'sound/vox_fem/damage.ogg', "damaged" = 'sound/vox_fem/damaged.ogg', "danger" = 'sound/vox_fem/danger.ogg', @@ -182,7 +178,6 @@ var/list/vox_sounds = list("," = 'sound/vox_fem/,.ogg', "distortion" = 'sound/vox_fem/distortion.ogg', "do" = 'sound/vox_fem/do.ogg', "doctor" = 'sound/vox_fem/doctor.ogg', -"doop" = 'sound/vox_fem/doop.wav', "door" = 'sound/vox_fem/door.ogg', "down" = 'sound/vox_fem/down.ogg', "dual" = 'sound/vox_fem/dual.ogg', @@ -702,7 +697,6 @@ var/list/vox_sounds = list("," = 'sound/vox_fem/,.ogg', "without" = 'sound/vox_fem/without.ogg', "wood" = 'sound/vox_fem/wood.ogg', "woody" = 'sound/vox_fem/woody.ogg', -"woop" = 'sound/vox_fem/woop.wav', "x" = 'sound/vox_fem/x.ogg', "xeno" = 'sound/vox_fem/xeno.ogg', "xenobiology" = 'sound/vox_fem/xenobiology.ogg',