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:
Minokaa
2025-11-17 15:38:44 +07:00
committed by GitHub
parent 0ecbc0ac35
commit 1606ff154d
8 changed files with 32 additions and 0 deletions

View File

@@ -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}