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

@@ -24,6 +24,10 @@ public abstract class SharedChatSystem : EntitySystem
public const char AdminPrefix = ']';
public const char WhisperPrefix = ',';
public const char DefaultChannelKey = 'h';
// CrystallEdge # and % emotes prefix
public const char CEEmotesPrefix = '%';
public const char CEEmotesAltPrefix = '#';
// CrystallEdge End
public const int VoiceRange = 10; // how far voice goes in world units
public const int WhisperClearRange = 2; // how far whisper goes while still being understandable, in world units