Swaps emote(me) out for custom_emote().

This commit is contained in:
MistakeNot4892
2021-04-30 16:19:33 +10:00
parent 6608393d7c
commit b4632da349
9 changed files with 21 additions and 21 deletions

View File

@@ -267,7 +267,7 @@ var/list/spells = typesof(/spell) //needed for the badmin verb for now
else
user.whisper(replacetext(invocation," ","`"))
if(SpI_EMOTE)
user.emote("me", 1, invocation) //the 1 means it's for everyone in view, the me makes it an emote, and the invocation is written accordingly.
user.custom_emote(VISIBLE_MESSAGE, invocation)
/////////////////////
///UPGRADING PROCS///