mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Converts emote("me", ...) to visible_message. (#10331)
This commit is contained in:
@@ -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///
|
||||
|
||||
Reference in New Issue
Block a user