From ec90b208629977a132590aeae58225edb41a906b Mon Sep 17 00:00:00 2001 From: cebutris Date: Sun, 4 Jun 2017 13:20:08 -0400 Subject: [PATCH] oof --- code/modules/mob/living/emote.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/emote.dm b/code/modules/mob/living/emote.dm index cacd433fec..eb0c7094c3 100644 --- a/code/modules/mob/living/emote.dm +++ b/code/modules/mob/living/emote.dm @@ -87,6 +87,7 @@ message_larva = "lets out a sickly hiss of air and falls limply to the floor..." message_monkey = "lets out a faint chimper as it collapses and stops moving..." message_simple = "stops moving..." + playsound(user.loc, 'sound/voice/oof.ogg', 80, 1, 1) //Defenitley not copypasta stat_allowed = UNCONSCIOUS /datum/emote/living/deathgasp/run_emote(mob/user, params)