diff --git a/GainStation13/code/game/sound.dm b/GainStation13/code/game/sound.dm index 9546ce94..baa05d75 100644 --- a/GainStation13/code/game/sound.dm +++ b/GainStation13/code/game/sound.dm @@ -7,7 +7,12 @@ 'GainStation13/sound/voice/belch3.ogg', 'GainStation13/sound/voice/belch4.ogg', 'GainStation13/sound/voice/belch5.ogg', - 'GainStation13/sound/voice/belch6.ogg') + 'GainStation13/sound/voice/belch6.ogg', + 'GainStation13/sound/voice/belch7.ogg', + 'GainStation13/sound/voice/belch8.ogg', + 'GainStation13/sound/voice/belch9.ogg', + 'GainStation13/sound/voice/belch10.ogg', + 'GainStation13/sound/voice/belch11.ogg') if("brap") soundin = pick( 'GainStation13/sound/voice/brap1.ogg', 'GainStation13/sound/voice/brap2.ogg', @@ -28,5 +33,6 @@ 'GainStation13/sound/voice/fart4.ogg') if("gurgle") soundin = pick( 'GainStation13/sound/voice/gurgle1.ogg', - 'GainStation13/sound/voice/gurgle2.ogg') + 'GainStation13/sound/voice/gurgle2.ogg', + 'GainStation13/sound/voice/gurgle3.ogg') return soundin diff --git a/GainStation13/sound/voice/belch10.ogg b/GainStation13/sound/voice/belch10.ogg new file mode 100644 index 00000000..bcfc6441 Binary files /dev/null and b/GainStation13/sound/voice/belch10.ogg differ diff --git a/GainStation13/sound/voice/belch11.ogg b/GainStation13/sound/voice/belch11.ogg new file mode 100644 index 00000000..cb73fcd9 Binary files /dev/null and b/GainStation13/sound/voice/belch11.ogg differ diff --git a/GainStation13/sound/voice/belch7.ogg b/GainStation13/sound/voice/belch7.ogg new file mode 100644 index 00000000..46509f16 Binary files /dev/null and b/GainStation13/sound/voice/belch7.ogg differ diff --git a/GainStation13/sound/voice/belch8.ogg b/GainStation13/sound/voice/belch8.ogg new file mode 100644 index 00000000..a83b08e2 Binary files /dev/null and b/GainStation13/sound/voice/belch8.ogg differ diff --git a/GainStation13/sound/voice/belch9.ogg b/GainStation13/sound/voice/belch9.ogg new file mode 100644 index 00000000..ee46c040 Binary files /dev/null and b/GainStation13/sound/voice/belch9.ogg differ diff --git a/GainStation13/sound/voice/gurgle3.ogg b/GainStation13/sound/voice/gurgle3.ogg new file mode 100644 index 00000000..f0d4f95e Binary files /dev/null and b/GainStation13/sound/voice/gurgle3.ogg differ