From 57b90ef719fdb5377e2e1037f2bf218b171a2639 Mon Sep 17 00:00:00 2001 From: Ty-Omaha Date: Tue, 25 Dec 2018 03:03:19 -0500 Subject: [PATCH] custom emote --- code/datums/spell.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/spell.dm b/code/datums/spell.dm index 21c0c3e5bce..89ead867c24 100644 --- a/code/datums/spell.dm +++ b/code/datums/spell.dm @@ -173,7 +173,7 @@ var/list/spells = typesof(/obj/effect/proc_holder/spell) //needed for the badmin switch(invocation_type) if("shout") if(!user.IsVocal()) - user.emote("makes frantic gestures!") + user.custom_emote(1, "makes frantic gestures!") else if(prob(50))//Auto-mute? Fuck that noise user.say(invocation)