mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-04 06:22:38 +00:00
Swaps emote(me) out for custom_emote().
This commit is contained in:
@@ -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///
|
||||
|
||||
Reference in New Issue
Block a user