diff --git a/code/defines/vox_sounds.dm b/code/defines/vox_sounds.dm index 4798efc0a45..495f803005e 100644 --- a/code/defines/vox_sounds.dm +++ b/code/defines/vox_sounds.dm @@ -78,9 +78,11 @@ 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.ogg', "black" = 'sound/vox_fem/black.ogg', "blast" = 'sound/vox_fem/blast.ogg', "blocked" = 'sound/vox_fem/blocked.ogg', +"bloop" = 'sound/vox_fem/bloop.ogg', "blue" = 'sound/vox_fem/blue.ogg', "bottom" = 'sound/vox_fem/bottom.ogg', "bravo" = 'sound/vox_fem/bravo.ogg', @@ -91,6 +93,7 @@ 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.ogg', "bypass" = 'sound/vox_fem/bypass.ogg', "c" = 'sound/vox_fem/c.ogg', "cable" = 'sound/vox_fem/cable.ogg', @@ -146,6 +149,7 @@ 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.ogg', "damage" = 'sound/vox_fem/damage.ogg', "damaged" = 'sound/vox_fem/damaged.ogg', "danger" = 'sound/vox_fem/danger.ogg', @@ -177,6 +181,7 @@ 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.ogg', "door" = 'sound/vox_fem/door.ogg', "down" = 'sound/vox_fem/down.ogg', "dual" = 'sound/vox_fem/dual.ogg', @@ -695,6 +700,7 @@ 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.ogg', "x" = 'sound/vox_fem/x.ogg', "xeno" = 'sound/vox_fem/xeno.ogg', "xenobiology" = 'sound/vox_fem/xenobiology.ogg', diff --git a/sound/vox_fem/bizwarn.ogg b/sound/vox_fem/bizwarn.ogg new file mode 100644 index 00000000000..0657b597e08 Binary files /dev/null and b/sound/vox_fem/bizwarn.ogg differ diff --git a/sound/vox_fem/bloop.ogg b/sound/vox_fem/bloop.ogg new file mode 100644 index 00000000000..4c7dee67b23 Binary files /dev/null and b/sound/vox_fem/bloop.ogg differ diff --git a/sound/vox_fem/buzwarn.ogg b/sound/vox_fem/buzwarn.ogg new file mode 100644 index 00000000000..eecd2f6a614 Binary files /dev/null and b/sound/vox_fem/buzwarn.ogg differ diff --git a/sound/vox_fem/dadeda.ogg b/sound/vox_fem/dadeda.ogg new file mode 100644 index 00000000000..1383041ab30 Binary files /dev/null and b/sound/vox_fem/dadeda.ogg differ diff --git a/sound/vox_fem/doop.ogg b/sound/vox_fem/doop.ogg new file mode 100644 index 00000000000..943c26dcd9b Binary files /dev/null and b/sound/vox_fem/doop.ogg differ diff --git a/sound/vox_fem/woop.ogg b/sound/vox_fem/woop.ogg new file mode 100644 index 00000000000..8b72f13378e Binary files /dev/null and b/sound/vox_fem/woop.ogg differ