mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #10760 from VOREStation/Arokha/fixemote
Fix a couple cases of missing emotes
This commit is contained in:
committed by
Chompstation Bot
parent
2457a62edd
commit
ae67b26c11
@@ -168,6 +168,8 @@
|
|||||||
var/runemessage
|
var/runemessage
|
||||||
if(input)
|
if(input)
|
||||||
formatted = format_emote(src, message)
|
formatted = format_emote(src, message)
|
||||||
|
if(!islist(formatted))
|
||||||
|
return
|
||||||
message = formatted["pretext"] + formatted["nametext"] + formatted["subtext"]
|
message = formatted["pretext"] + formatted["nametext"] + formatted["subtext"]
|
||||||
runemessage = formatted["subtext"]
|
runemessage = formatted["subtext"]
|
||||||
// This is just personal preference (but I'm objectively right) that custom emotes shouldn't have periods at the end in runechat
|
// This is just personal preference (but I'm objectively right) that custom emotes shouldn't have periods at the end in runechat
|
||||||
|
|||||||
Reference in New Issue
Block a user