custom emote

This commit is contained in:
Ty-Omaha
2018-12-25 03:03:19 -05:00
parent 07bf6959a4
commit 57b90ef719
+1 -1
View File
@@ -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)