diff --git a/code/game/sound.dm b/code/game/sound.dm
index 8f23cb648e..0c9e8d189a 100644
--- a/code/game/sound.dm
+++ b/code/game/sound.dm
@@ -138,6 +138,9 @@
if ("struggle_sound")
soundin = pick( 'sound/vore/pred/struggle_01.ogg','sound/vore/pred/struggle_02.ogg','sound/vore/pred/struggle_03.ogg',
'sound/vore/pred/struggle_04.ogg','sound/vore/pred/struggle_05.ogg')
+ if ("prey_struggle")
+ soundin = pick( 'sound/vore/prey/struggle_01.ogg','sound/vore/prey/struggle_02.ogg','sound/vore/prey/struggle_03.ogg',
+ 'sound/vore/prey/struggle_04.ogg','sound/vore/prey/struggle_05.ogg')
if ("digest_pred")
soundin = pick( 'sound/vore/pred/digest_01.ogg','sound/vore/pred/digest_02.ogg','sound/vore/pred/digest_03.ogg',
'sound/vore/pred/digest_04.ogg','sound/vore/pred/digest_05.ogg','sound/vore/pred/digest_06.ogg',
diff --git a/code/modules/vore/eating/belly_vr.dm b/code/modules/vore/eating/belly_vr.dm
index 1e87716a45..54088ad226 100644
--- a/code/modules/vore/eating/belly_vr.dm
+++ b/code/modules/vore/eating/belly_vr.dm
@@ -288,7 +288,9 @@
// for(var/mob/M in hearers(4, owner))
// M.visible_message(struggle_outer_message) // hearable
R.visible_message( "[struggle_outer_message]", "[struggle_user_message]")
- playsound(R.loc, "struggle_sound", 80, 0, -5)
+ playsound(get_turf(owner),"struggle_sound",75,0,-5,1,channel=51)
+ R.stop_sound_channel(51)
+ R.playsound_direct("prey_struggle_sound",60)
if(escapable && R.a_intent != "help") //If the stomach has escapable enabled and the person is actually trying to kick out
to_chat(R, "You attempt to climb out of \the [name].")
diff --git a/sound/vore/Prey/death_01.ogg b/sound/vore/Prey/death_01.ogg
index c0c6d07483..fb73f520d8 100644
Binary files a/sound/vore/Prey/death_01.ogg and b/sound/vore/Prey/death_01.ogg differ
diff --git a/sound/vore/Prey/death_02.ogg b/sound/vore/Prey/death_02.ogg
index e38fc73a38..96a4004691 100644
Binary files a/sound/vore/Prey/death_02.ogg and b/sound/vore/Prey/death_02.ogg differ
diff --git a/sound/vore/Prey/death_03.ogg b/sound/vore/Prey/death_03.ogg
index 565712f92e..faae0c0cad 100644
Binary files a/sound/vore/Prey/death_03.ogg and b/sound/vore/Prey/death_03.ogg differ
diff --git a/sound/vore/Prey/death_04.ogg b/sound/vore/Prey/death_04.ogg
index bcc708e0f6..7a7230e11c 100644
Binary files a/sound/vore/Prey/death_04.ogg and b/sound/vore/Prey/death_04.ogg differ
diff --git a/sound/vore/Prey/death_05.ogg b/sound/vore/Prey/death_05.ogg
index c8eea529a5..91e351a62c 100644
Binary files a/sound/vore/Prey/death_05.ogg and b/sound/vore/Prey/death_05.ogg differ
diff --git a/sound/vore/Prey/death_06.ogg b/sound/vore/Prey/death_06.ogg
index 37ee4d7a74..59f5f5cde9 100644
Binary files a/sound/vore/Prey/death_06.ogg and b/sound/vore/Prey/death_06.ogg differ
diff --git a/sound/vore/Prey/death_07.ogg b/sound/vore/Prey/death_07.ogg
index 0ab79aeb8e..6a8ef68561 100644
Binary files a/sound/vore/Prey/death_07.ogg and b/sound/vore/Prey/death_07.ogg differ
diff --git a/sound/vore/Prey/death_08.ogg b/sound/vore/Prey/death_08.ogg
index 5141c62737..1991706d94 100644
Binary files a/sound/vore/Prey/death_08.ogg and b/sound/vore/Prey/death_08.ogg differ
diff --git a/sound/vore/Prey/death_09.ogg b/sound/vore/Prey/death_09.ogg
index 9d68753845..c209e5f112 100644
Binary files a/sound/vore/Prey/death_09.ogg and b/sound/vore/Prey/death_09.ogg differ
diff --git a/sound/vore/Prey/death_10.ogg b/sound/vore/Prey/death_10.ogg
index 439de21228..ccf51389f1 100644
Binary files a/sound/vore/Prey/death_10.ogg and b/sound/vore/Prey/death_10.ogg differ
diff --git a/sound/vore/Prey/death_11.ogg b/sound/vore/Prey/death_11.ogg
index 36c8092d30..b8089d0d88 100644
Binary files a/sound/vore/Prey/death_11.ogg and b/sound/vore/Prey/death_11.ogg differ
diff --git a/sound/vore/Prey/death_12.ogg b/sound/vore/Prey/death_12.ogg
index 53aa099701..b39a17b9aa 100644
Binary files a/sound/vore/Prey/death_12.ogg and b/sound/vore/Prey/death_12.ogg differ
diff --git a/sound/vore/Prey/death_13.ogg b/sound/vore/Prey/death_13.ogg
index 51ef23a66d..375e1ec72f 100644
Binary files a/sound/vore/Prey/death_13.ogg and b/sound/vore/Prey/death_13.ogg differ
diff --git a/sound/vore/Prey/digest_01.ogg b/sound/vore/Prey/digest_01.ogg
index ac332592ac..0340773865 100644
Binary files a/sound/vore/Prey/digest_01.ogg and b/sound/vore/Prey/digest_01.ogg differ
diff --git a/sound/vore/Prey/digest_02.ogg b/sound/vore/Prey/digest_02.ogg
index b8c46a301a..837e894f80 100644
Binary files a/sound/vore/Prey/digest_02.ogg and b/sound/vore/Prey/digest_02.ogg differ
diff --git a/sound/vore/Prey/digest_03.ogg b/sound/vore/Prey/digest_03.ogg
index 5fbb0738de..6f5db33b78 100644
Binary files a/sound/vore/Prey/digest_03.ogg and b/sound/vore/Prey/digest_03.ogg differ
diff --git a/sound/vore/Prey/digest_04.ogg b/sound/vore/Prey/digest_04.ogg
index d118d796e2..b4184cd2a9 100644
Binary files a/sound/vore/Prey/digest_04.ogg and b/sound/vore/Prey/digest_04.ogg differ
diff --git a/sound/vore/Prey/digest_05.ogg b/sound/vore/Prey/digest_05.ogg
index 798a032b62..79209df1f5 100644
Binary files a/sound/vore/Prey/digest_05.ogg and b/sound/vore/Prey/digest_05.ogg differ
diff --git a/sound/vore/Prey/digest_06.ogg b/sound/vore/Prey/digest_06.ogg
index 180fddd293..193167c50d 100644
Binary files a/sound/vore/Prey/digest_06.ogg and b/sound/vore/Prey/digest_06.ogg differ
diff --git a/sound/vore/Prey/digest_07.ogg b/sound/vore/Prey/digest_07.ogg
index a2ac0122e9..1092c3d5e0 100644
Binary files a/sound/vore/Prey/digest_07.ogg and b/sound/vore/Prey/digest_07.ogg differ
diff --git a/sound/vore/Prey/digest_08.ogg b/sound/vore/Prey/digest_08.ogg
index 72de7681f9..ef6aa1dcab 100644
Binary files a/sound/vore/Prey/digest_08.ogg and b/sound/vore/Prey/digest_08.ogg differ
diff --git a/sound/vore/Prey/digest_09.ogg b/sound/vore/Prey/digest_09.ogg
index e232c846c3..db0a07d2b8 100644
Binary files a/sound/vore/Prey/digest_09.ogg and b/sound/vore/Prey/digest_09.ogg differ
diff --git a/sound/vore/Prey/digest_10.ogg b/sound/vore/Prey/digest_10.ogg
index 0a0bd9e69d..788350acc6 100644
Binary files a/sound/vore/Prey/digest_10.ogg and b/sound/vore/Prey/digest_10.ogg differ
diff --git a/sound/vore/Prey/digest_11.ogg b/sound/vore/Prey/digest_11.ogg
index 05af117ad7..9f00271cd3 100644
Binary files a/sound/vore/Prey/digest_11.ogg and b/sound/vore/Prey/digest_11.ogg differ
diff --git a/sound/vore/Prey/digest_12.ogg b/sound/vore/Prey/digest_12.ogg
index 9633d11f0d..4a7e360688 100644
Binary files a/sound/vore/Prey/digest_12.ogg and b/sound/vore/Prey/digest_12.ogg differ
diff --git a/sound/vore/Prey/digest_13.ogg b/sound/vore/Prey/digest_13.ogg
index a99dcd655c..890c65ab08 100644
Binary files a/sound/vore/Prey/digest_13.ogg and b/sound/vore/Prey/digest_13.ogg differ
diff --git a/sound/vore/Prey/digest_14.ogg b/sound/vore/Prey/digest_14.ogg
index 5c3f0c32cd..de54440ea5 100644
Binary files a/sound/vore/Prey/digest_14.ogg and b/sound/vore/Prey/digest_14.ogg differ
diff --git a/sound/vore/Prey/digest_15.ogg b/sound/vore/Prey/digest_15.ogg
index 36763c14d5..52ad557e84 100644
Binary files a/sound/vore/Prey/digest_15.ogg and b/sound/vore/Prey/digest_15.ogg differ
diff --git a/sound/vore/Prey/digest_16.ogg b/sound/vore/Prey/digest_16.ogg
index b210afeb55..f2ff139651 100644
Binary files a/sound/vore/Prey/digest_16.ogg and b/sound/vore/Prey/digest_16.ogg differ
diff --git a/sound/vore/Prey/digest_17.ogg b/sound/vore/Prey/digest_17.ogg
index 89e1883682..fa8ac42ae4 100644
Binary files a/sound/vore/Prey/digest_17.ogg and b/sound/vore/Prey/digest_17.ogg differ
diff --git a/sound/vore/Prey/digest_18.ogg b/sound/vore/Prey/digest_18.ogg
index 50ac698e6e..f6fa631ad3 100644
Binary files a/sound/vore/Prey/digest_18.ogg and b/sound/vore/Prey/digest_18.ogg differ
diff --git a/sound/vore/Prey/escape.ogg b/sound/vore/Prey/escape.ogg
index 31519dfb4d..9947f53013 100644
Binary files a/sound/vore/Prey/escape.ogg and b/sound/vore/Prey/escape.ogg differ
diff --git a/sound/vore/Prey/insertion_01.ogg b/sound/vore/Prey/insertion_01.ogg
index d0e26d0926..e8ec89cd9e 100644
Binary files a/sound/vore/Prey/insertion_01.ogg and b/sound/vore/Prey/insertion_01.ogg differ
diff --git a/sound/vore/Prey/insertion_02.ogg b/sound/vore/Prey/insertion_02.ogg
index 5db1ceed5c..e21b6b23e8 100644
Binary files a/sound/vore/Prey/insertion_02.ogg and b/sound/vore/Prey/insertion_02.ogg differ
diff --git a/sound/vore/Prey/loop.ogg b/sound/vore/Prey/loop.ogg
index 7319989796..a6a040e501 100644
Binary files a/sound/vore/Prey/loop.ogg and b/sound/vore/Prey/loop.ogg differ
diff --git a/sound/vore/Prey/squish_01.ogg b/sound/vore/Prey/squish_01.ogg
index 4d0669f224..d1b3285381 100644
Binary files a/sound/vore/Prey/squish_01.ogg and b/sound/vore/Prey/squish_01.ogg differ
diff --git a/sound/vore/Prey/squish_02.ogg b/sound/vore/Prey/squish_02.ogg
index addd933fbd..f754a258f4 100644
Binary files a/sound/vore/Prey/squish_02.ogg and b/sound/vore/Prey/squish_02.ogg differ
diff --git a/sound/vore/Prey/squish_03.ogg b/sound/vore/Prey/squish_03.ogg
index 698b81404a..9a01dcd2e9 100644
Binary files a/sound/vore/Prey/squish_03.ogg and b/sound/vore/Prey/squish_03.ogg differ
diff --git a/sound/vore/Prey/squish_04.ogg b/sound/vore/Prey/squish_04.ogg
index efb44960c6..d7c96b5bee 100644
Binary files a/sound/vore/Prey/squish_04.ogg and b/sound/vore/Prey/squish_04.ogg differ
diff --git a/sound/vore/Prey/struggle_01.ogg b/sound/vore/Prey/struggle_01.ogg
index 02bb57f32c..ca90ed4f19 100644
Binary files a/sound/vore/Prey/struggle_01.ogg and b/sound/vore/Prey/struggle_01.ogg differ
diff --git a/sound/vore/Prey/struggle_02.ogg b/sound/vore/Prey/struggle_02.ogg
index 150658f541..711c488db2 100644
Binary files a/sound/vore/Prey/struggle_02.ogg and b/sound/vore/Prey/struggle_02.ogg differ
diff --git a/sound/vore/Prey/struggle_03.ogg b/sound/vore/Prey/struggle_03.ogg
index 77b47f951d..d7e4e5f0bb 100644
Binary files a/sound/vore/Prey/struggle_03.ogg and b/sound/vore/Prey/struggle_03.ogg differ
diff --git a/sound/vore/Prey/struggle_04.ogg b/sound/vore/Prey/struggle_04.ogg
index 149dae66a6..4e6532a0fc 100644
Binary files a/sound/vore/Prey/struggle_04.ogg and b/sound/vore/Prey/struggle_04.ogg differ
diff --git a/sound/vore/Prey/struggle_05.ogg b/sound/vore/Prey/struggle_05.ogg
index ff8774786f..6399d69adc 100644
Binary files a/sound/vore/Prey/struggle_05.ogg and b/sound/vore/Prey/struggle_05.ogg differ
diff --git a/sound/vore/Prey/swallow_01.ogg b/sound/vore/Prey/swallow_01.ogg
index ba6216759f..86e14ef7af 100644
Binary files a/sound/vore/Prey/swallow_01.ogg and b/sound/vore/Prey/swallow_01.ogg differ
diff --git a/sound/vore/Prey/swallow_02.ogg b/sound/vore/Prey/swallow_02.ogg
index fba643f0a7..dbfad7750a 100644
Binary files a/sound/vore/Prey/swallow_02.ogg and b/sound/vore/Prey/swallow_02.ogg differ
diff --git a/sound/vore/Prey/taurswallow.ogg b/sound/vore/Prey/taurswallow.ogg
index bbc51f3d77..925ac9229c 100644
Binary files a/sound/vore/Prey/taurswallow.ogg and b/sound/vore/Prey/taurswallow.ogg differ
diff --git a/sound/vore/pred/death_01.ogg b/sound/vore/pred/death_01.ogg
index 9599a30efc..63ace65beb 100644
Binary files a/sound/vore/pred/death_01.ogg and b/sound/vore/pred/death_01.ogg differ
diff --git a/sound/vore/pred/death_02.ogg b/sound/vore/pred/death_02.ogg
index 889ef83333..4185f6fb20 100644
Binary files a/sound/vore/pred/death_02.ogg and b/sound/vore/pred/death_02.ogg differ
diff --git a/sound/vore/pred/death_03.ogg b/sound/vore/pred/death_03.ogg
index 4d931d7257..a9e5d769df 100644
Binary files a/sound/vore/pred/death_03.ogg and b/sound/vore/pred/death_03.ogg differ
diff --git a/sound/vore/pred/death_04.ogg b/sound/vore/pred/death_04.ogg
index 0bd1136564..4deb6d5ec8 100644
Binary files a/sound/vore/pred/death_04.ogg and b/sound/vore/pred/death_04.ogg differ
diff --git a/sound/vore/pred/death_05.ogg b/sound/vore/pred/death_05.ogg
index 19a477682e..9c359627c3 100644
Binary files a/sound/vore/pred/death_05.ogg and b/sound/vore/pred/death_05.ogg differ
diff --git a/sound/vore/pred/death_06.ogg b/sound/vore/pred/death_06.ogg
index 827df11aec..3d0fd0f58c 100644
Binary files a/sound/vore/pred/death_06.ogg and b/sound/vore/pred/death_06.ogg differ
diff --git a/sound/vore/pred/death_07.ogg b/sound/vore/pred/death_07.ogg
index 8a6fd25f54..98454abac9 100644
Binary files a/sound/vore/pred/death_07.ogg and b/sound/vore/pred/death_07.ogg differ
diff --git a/sound/vore/pred/death_08.ogg b/sound/vore/pred/death_08.ogg
index b805e03588..068d6b8355 100644
Binary files a/sound/vore/pred/death_08.ogg and b/sound/vore/pred/death_08.ogg differ
diff --git a/sound/vore/pred/death_09.ogg b/sound/vore/pred/death_09.ogg
index cde00220d0..a4ad821c16 100644
Binary files a/sound/vore/pred/death_09.ogg and b/sound/vore/pred/death_09.ogg differ
diff --git a/sound/vore/pred/death_10.ogg b/sound/vore/pred/death_10.ogg
index 19e0d53c8e..b67868442f 100644
Binary files a/sound/vore/pred/death_10.ogg and b/sound/vore/pred/death_10.ogg differ
diff --git a/sound/vore/pred/death_11.ogg b/sound/vore/pred/death_11.ogg
index 05e9552409..db125edf80 100644
Binary files a/sound/vore/pred/death_11.ogg and b/sound/vore/pred/death_11.ogg differ
diff --git a/sound/vore/pred/death_12.ogg b/sound/vore/pred/death_12.ogg
index 94c01e9370..ab4c548744 100644
Binary files a/sound/vore/pred/death_12.ogg and b/sound/vore/pred/death_12.ogg differ
diff --git a/sound/vore/pred/death_13.ogg b/sound/vore/pred/death_13.ogg
index f25b02ed30..008941942f 100644
Binary files a/sound/vore/pred/death_13.ogg and b/sound/vore/pred/death_13.ogg differ
diff --git a/sound/vore/pred/digest_01.ogg b/sound/vore/pred/digest_01.ogg
index 8f74bb70f5..09e6805e90 100644
Binary files a/sound/vore/pred/digest_01.ogg and b/sound/vore/pred/digest_01.ogg differ
diff --git a/sound/vore/pred/digest_02.ogg b/sound/vore/pred/digest_02.ogg
index aa17dd776e..d6852aeb9a 100644
Binary files a/sound/vore/pred/digest_02.ogg and b/sound/vore/pred/digest_02.ogg differ
diff --git a/sound/vore/pred/digest_03.ogg b/sound/vore/pred/digest_03.ogg
index 2da1aff732..9e85de831e 100644
Binary files a/sound/vore/pred/digest_03.ogg and b/sound/vore/pred/digest_03.ogg differ
diff --git a/sound/vore/pred/digest_04.ogg b/sound/vore/pred/digest_04.ogg
index cf72554518..b35da498d3 100644
Binary files a/sound/vore/pred/digest_04.ogg and b/sound/vore/pred/digest_04.ogg differ
diff --git a/sound/vore/pred/digest_05.ogg b/sound/vore/pred/digest_05.ogg
index a5ed9951fe..60ea067a91 100644
Binary files a/sound/vore/pred/digest_05.ogg and b/sound/vore/pred/digest_05.ogg differ
diff --git a/sound/vore/pred/digest_06.ogg b/sound/vore/pred/digest_06.ogg
index bddbea82b7..4dcf50b699 100644
Binary files a/sound/vore/pred/digest_06.ogg and b/sound/vore/pred/digest_06.ogg differ
diff --git a/sound/vore/pred/digest_07.ogg b/sound/vore/pred/digest_07.ogg
index a58e6ada16..4d8fefd100 100644
Binary files a/sound/vore/pred/digest_07.ogg and b/sound/vore/pred/digest_07.ogg differ
diff --git a/sound/vore/pred/digest_08.ogg b/sound/vore/pred/digest_08.ogg
index 37a30736df..da8b3fa963 100644
Binary files a/sound/vore/pred/digest_08.ogg and b/sound/vore/pred/digest_08.ogg differ
diff --git a/sound/vore/pred/digest_09.ogg b/sound/vore/pred/digest_09.ogg
index 3246520dd7..072efb17fb 100644
Binary files a/sound/vore/pred/digest_09.ogg and b/sound/vore/pred/digest_09.ogg differ
diff --git a/sound/vore/pred/digest_10.ogg b/sound/vore/pred/digest_10.ogg
index feae8d6dd6..fb69e4fd1a 100644
Binary files a/sound/vore/pred/digest_10.ogg and b/sound/vore/pred/digest_10.ogg differ
diff --git a/sound/vore/pred/digest_11.ogg b/sound/vore/pred/digest_11.ogg
index 93763bc10e..611882b6d3 100644
Binary files a/sound/vore/pred/digest_11.ogg and b/sound/vore/pred/digest_11.ogg differ
diff --git a/sound/vore/pred/digest_12.ogg b/sound/vore/pred/digest_12.ogg
index 5fb2f3e57e..c9e004afb7 100644
Binary files a/sound/vore/pred/digest_12.ogg and b/sound/vore/pred/digest_12.ogg differ
diff --git a/sound/vore/pred/digest_13.ogg b/sound/vore/pred/digest_13.ogg
index 750ee58c7c..45a9d59f52 100644
Binary files a/sound/vore/pred/digest_13.ogg and b/sound/vore/pred/digest_13.ogg differ
diff --git a/sound/vore/pred/digest_14.ogg b/sound/vore/pred/digest_14.ogg
index d4d3cdd981..9815d172ca 100644
Binary files a/sound/vore/pred/digest_14.ogg and b/sound/vore/pred/digest_14.ogg differ
diff --git a/sound/vore/pred/digest_15.ogg b/sound/vore/pred/digest_15.ogg
index 6d464398c6..d2e44ecc86 100644
Binary files a/sound/vore/pred/digest_15.ogg and b/sound/vore/pred/digest_15.ogg differ
diff --git a/sound/vore/pred/digest_16.ogg b/sound/vore/pred/digest_16.ogg
index 07a303d4e7..84faa4bd99 100644
Binary files a/sound/vore/pred/digest_16.ogg and b/sound/vore/pred/digest_16.ogg differ
diff --git a/sound/vore/pred/digest_17.ogg b/sound/vore/pred/digest_17.ogg
index d07ac0d164..0dd6fd4989 100644
Binary files a/sound/vore/pred/digest_17.ogg and b/sound/vore/pred/digest_17.ogg differ
diff --git a/sound/vore/pred/digest_18.ogg b/sound/vore/pred/digest_18.ogg
index 230c7d5199..a9fa5b51f9 100644
Binary files a/sound/vore/pred/digest_18.ogg and b/sound/vore/pred/digest_18.ogg differ
diff --git a/sound/vore/pred/escape.ogg b/sound/vore/pred/escape.ogg
index ee42e13483..a823fc1284 100644
Binary files a/sound/vore/pred/escape.ogg and b/sound/vore/pred/escape.ogg differ
diff --git a/sound/vore/pred/insertion_01.ogg b/sound/vore/pred/insertion_01.ogg
index f62313e85d..6a8e7e3ff0 100644
Binary files a/sound/vore/pred/insertion_01.ogg and b/sound/vore/pred/insertion_01.ogg differ
diff --git a/sound/vore/pred/insertion_02.ogg b/sound/vore/pred/insertion_02.ogg
index 14f396c4c2..c6e4f96d94 100644
Binary files a/sound/vore/pred/insertion_02.ogg and b/sound/vore/pred/insertion_02.ogg differ
diff --git a/sound/vore/pred/loop.ogg b/sound/vore/pred/loop.ogg
index 1c14e2853c..afd6e6003d 100644
Binary files a/sound/vore/pred/loop.ogg and b/sound/vore/pred/loop.ogg differ
diff --git a/sound/vore/pred/squish _02.ogg b/sound/vore/pred/squish _02.ogg
new file mode 100644
index 0000000000..2e3effb4d7
Binary files /dev/null and b/sound/vore/pred/squish _02.ogg differ
diff --git a/sound/vore/pred/squish _03.ogg b/sound/vore/pred/squish _03.ogg
new file mode 100644
index 0000000000..24b5f9ce02
Binary files /dev/null and b/sound/vore/pred/squish _03.ogg differ
diff --git a/sound/vore/pred/squish_01.ogg b/sound/vore/pred/squish_01.ogg
index af60655d3e..17dc83ed98 100644
Binary files a/sound/vore/pred/squish_01.ogg and b/sound/vore/pred/squish_01.ogg differ
diff --git a/sound/vore/pred/squish_04.ogg b/sound/vore/pred/squish_04.ogg
index fd9402ddd1..e764ba051b 100644
Binary files a/sound/vore/pred/squish_04.ogg and b/sound/vore/pred/squish_04.ogg differ
diff --git a/sound/vore/pred/stomachmove.ogg b/sound/vore/pred/stomachmove.ogg
index 8c513c5f21..3a9ed98dae 100644
Binary files a/sound/vore/pred/stomachmove.ogg and b/sound/vore/pred/stomachmove.ogg differ
diff --git a/sound/vore/pred/struggle_01.ogg b/sound/vore/pred/struggle_01.ogg
index 4f174b4b9b..aea5581889 100644
Binary files a/sound/vore/pred/struggle_01.ogg and b/sound/vore/pred/struggle_01.ogg differ
diff --git a/sound/vore/pred/struggle_02.ogg b/sound/vore/pred/struggle_02.ogg
index 038e22d9b6..526abd0a9e 100644
Binary files a/sound/vore/pred/struggle_02.ogg and b/sound/vore/pred/struggle_02.ogg differ
diff --git a/sound/vore/pred/struggle_03.ogg b/sound/vore/pred/struggle_03.ogg
index 8c16009163..f3300a8bf3 100644
Binary files a/sound/vore/pred/struggle_03.ogg and b/sound/vore/pred/struggle_03.ogg differ
diff --git a/sound/vore/pred/struggle_04.ogg b/sound/vore/pred/struggle_04.ogg
index 6b1b026571..9efa23eaa9 100644
Binary files a/sound/vore/pred/struggle_04.ogg and b/sound/vore/pred/struggle_04.ogg differ
diff --git a/sound/vore/pred/struggle_05.ogg b/sound/vore/pred/struggle_05.ogg
index 8058d4da1f..ec4d006880 100644
Binary files a/sound/vore/pred/struggle_05.ogg and b/sound/vore/pred/struggle_05.ogg differ
diff --git a/sound/vore/pred/swallow_01.ogg b/sound/vore/pred/swallow_01.ogg
index 5071329185..1767daf0e8 100644
Binary files a/sound/vore/pred/swallow_01.ogg and b/sound/vore/pred/swallow_01.ogg differ
diff --git a/sound/vore/pred/swallow_02.ogg b/sound/vore/pred/swallow_02.ogg
index 3de7e1f887..dd906bfad8 100644
Binary files a/sound/vore/pred/swallow_02.ogg and b/sound/vore/pred/swallow_02.ogg differ
diff --git a/sound/vore/pred/taurswallow.ogg b/sound/vore/pred/taurswallow.ogg
index 07ceeea676..697947fb49 100644
Binary files a/sound/vore/pred/taurswallow.ogg and b/sound/vore/pred/taurswallow.ogg differ
diff --git a/sound/vore/prey/stomachmove.ogg b/sound/vore/prey/stomachmove.ogg
index a9e1456dc4..1a32c7a217 100644
Binary files a/sound/vore/prey/stomachmove.ogg and b/sound/vore/prey/stomachmove.ogg differ