diff --git a/code/modules/mob/death.dm b/code/modules/mob/death.dm index 8e6d2015aa2..1a5dee295bf 100644 --- a/code/modules/mob/death.dm +++ b/code/modules/mob/death.dm @@ -15,7 +15,7 @@ // flick("gibbed-m", animation) gibs(loc, viruses, dna) - + playsound(src.loc, 'sound/effects/gib.ogg', 50, 1) dead_mob_list -= src if(client) respawnable_list += src diff --git a/sound/effects/gib.ogg b/sound/effects/gib.ogg new file mode 100644 index 00000000000..6bf8c537e3f Binary files /dev/null and b/sound/effects/gib.ogg differ