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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user