mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
Merge pull request #4642 from CHOMPStation2/upstream-merge-13430
[MIRROR] Adds zip.ogg to vore sounds
This commit is contained in:
@@ -65,6 +65,7 @@ var/global/list/classic_vore_sounds = list(
|
||||
"Rustle 3 (cloth)" = 'sound/effects/rustle3.ogg',
|
||||
"Rustle 4 (cloth)" = 'sound/effects/rustle4.ogg',
|
||||
"Rustle 5 (cloth)" = 'sound/effects/rustle5.ogg',
|
||||
"Zipper" = 'sound/items/zip.ogg',
|
||||
"None" = null)
|
||||
|
||||
var/global/list/classic_release_sounds = list(
|
||||
@@ -73,6 +74,7 @@ var/global/list/classic_release_sounds = list(
|
||||
"Rustle 3 (cloth)" = 'sound/effects/rustle3.ogg',
|
||||
"Rustle 4 (cloth)" = 'sound/effects/rustle4.ogg',
|
||||
"Rustle 5 (cloth)" = 'sound/effects/rustle5.ogg',
|
||||
"Zipper" = 'sound/items/zip.ogg',
|
||||
"Splatter" = 'sound/effects/splat.ogg',
|
||||
"None" = null
|
||||
)
|
||||
@@ -95,6 +97,7 @@ var/global/list/fancy_vore_sounds = list(
|
||||
"Rustle 3 (cloth)" = 'sound/effects/rustle3.ogg',
|
||||
"Rustle 4 (cloth)" = 'sound/effects/rustle4.ogg',
|
||||
"Rustle 5 (cloth)" = 'sound/effects/rustle5.ogg',
|
||||
"Zipper" = 'sound/items/zip.ogg',
|
||||
"None" = null
|
||||
)
|
||||
|
||||
@@ -104,6 +107,7 @@ var/global/list/fancy_release_sounds = list(
|
||||
"Rustle 3 (cloth)" = 'sound/effects/rustle3.ogg',
|
||||
"Rustle 4 (cloth)" = 'sound/effects/rustle4.ogg',
|
||||
"Rustle 5 (cloth)" = 'sound/effects/rustle5.ogg',
|
||||
"Zipper" = 'sound/items/zip.ogg',
|
||||
"Stomach Move" = 'sound/vore/sunesound/pred/stomachmove.ogg',
|
||||
"Pred Escape" = 'sound/vore/sunesound/pred/escape.ogg',
|
||||
"Splatter" = 'sound/effects/splat.ogg',
|
||||
|
||||
Reference in New Issue
Block a user