change emote prefix and added custom age to different races (#1835)
* change emote prefix from @ to % and added age to different races * alt emotes prefix * fix formating * correcting ages
This commit is contained in:
@@ -83,6 +83,10 @@ public sealed partial class ChatUIController : UIController
|
||||
{SharedChatSystem.OOCPrefix, ChatSelectChannel.OOC},
|
||||
{SharedChatSystem.EmotesPrefix, ChatSelectChannel.Emotes},
|
||||
{SharedChatSystem.EmotesAltPrefix, ChatSelectChannel.Emotes},
|
||||
// CrystallEdge alternative emotes prefix
|
||||
{SharedChatSystem.CEEmotesPrefix, ChatSelectChannel.Emotes},
|
||||
{SharedChatSystem.CEEmotesAltPrefix, ChatSelectChannel.Emotes},
|
||||
// CrystallEdge End
|
||||
{SharedChatSystem.AdminPrefix, ChatSelectChannel.Admin},
|
||||
{SharedChatSystem.RadioCommonPrefix, ChatSelectChannel.Radio},
|
||||
{SharedChatSystem.DeadPrefix, ChatSelectChannel.Dead}
|
||||
|
||||
Reference in New Issue
Block a user