mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 15:48:49 +01:00
Merge pull request #10248 from VOREStation/upstream-merge-8058
[MIRROR] Swaps emote(me) out for custom_emote().
This commit is contained in:
committed by
Chompstation Bot
parent
f516265384
commit
0292d2071c
@@ -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