main cult
This commit is contained in:
@@ -79,6 +79,9 @@ namespace Content.Shared.Chat
|
||||
/// </summary>
|
||||
Unspecified = 1 << 13,
|
||||
|
||||
//WD EDIT
|
||||
Cult = 1 << 14,
|
||||
|
||||
/// <summary>
|
||||
/// Channels considered to be IC.
|
||||
/// </summary>
|
||||
|
||||
@@ -15,6 +15,7 @@ public static class ChatChannelExtensions
|
||||
ChatChannel.AdminAlert => Color.Red,
|
||||
ChatChannel.AdminChat => Color.HotPink,
|
||||
ChatChannel.Whisper => Color.DarkGray,
|
||||
ChatChannel.Cult => Color.DarkRed, // WD EDIT
|
||||
_ => Color.LightGray
|
||||
};
|
||||
}
|
||||
|
||||
@@ -46,6 +46,8 @@
|
||||
/// </summary>
|
||||
Dead = ChatChannel.Dead,
|
||||
|
||||
Cult = ChatChannel.Cult,
|
||||
|
||||
/// <summary>
|
||||
/// Admin chat
|
||||
/// </summary>
|
||||
|
||||
@@ -21,6 +21,7 @@ public abstract class SharedChatSystem : EntitySystem
|
||||
public const char AdminPrefix = ']';
|
||||
public const char WhisperPrefix = ',';
|
||||
public const char DefaultChannelKey = 'h';
|
||||
public const char CultPrefix = '^'; // WD EDIT
|
||||
|
||||
[ValidatePrototypeId<RadioChannelPrototype>]
|
||||
public const string CommonChannel = "Common";
|
||||
|
||||
Reference in New Issue
Block a user