diff --git a/code/citadel/dogborgstuff.dm b/code/citadel/dogborgstuff.dm index 88fe280c09..35f6607864 100644 --- a/code/citadel/dogborgstuff.dm +++ b/code/citadel/dogborgstuff.dm @@ -332,7 +332,7 @@ if(!patient_insertion_check(target)) return target.forceMove(src) - playsound(user.loc, 'sound/vore/gulp.ogg', 50, 1) + playsound(user.loc, 'sound/vore/gulpold.ogg', 50, 1) patient = target hound = user target.reset_perspective(src) diff --git a/sound/vore/gulpold.ogg b/sound/vore/gulpold.ogg new file mode 100644 index 0000000000..b463e7fb18 Binary files /dev/null and b/sound/vore/gulpold.ogg differ