From f46a23f9829c19b37ec8ba80ca63a22264537c45 Mon Sep 17 00:00:00 2001 From: Shadow-Quill <44811257+Shadow-Quill@users.noreply.github.com> Date: Tue, 12 Jan 2021 17:25:10 -0500 Subject: [PATCH] Update emote.dm --- code/modules/mob/living/carbon/human/emote.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index f4698970c1..5ca8530208 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -722,6 +722,8 @@ message = "snaps [T.his] fingers." playsound(src, 'sound/effects/fingersnap.ogg', 50, 1, -3, preference = /datum/client_preference/emote_noises) //VOREStation Add if(prob(0.0000000001)) // CHOMPStation edit + src.say("I don't feel so good...") + sleep(5 SECONDS) src.gib() if("swish")