Converts emote("me", ...) to visible_message. (#10331)

This commit is contained in:
Matt Atlas
2020-10-26 08:29:18 +01:00
committed by GitHub
parent d52249e41f
commit 44a30fe363
15 changed files with 63 additions and 116 deletions
@@ -281,7 +281,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.visible_message("<b>[user]</b> [invocation]") //the 1 means it's for everyone in view, the me makes it an emote, and the invocation is written accordingly.
/////////////////////
///UPGRADING PROCS///