main cult
This commit is contained in:
@@ -22,7 +22,8 @@ public sealed partial class ChannelFilterPopup : Popup
|
||||
ChatChannel.Admin,
|
||||
ChatChannel.AdminAlert,
|
||||
ChatChannel.AdminChat,
|
||||
ChatChannel.Server
|
||||
ChatChannel.Server,
|
||||
ChatChannel.Cult // WD EDIT
|
||||
};
|
||||
|
||||
private readonly Dictionary<ChatChannel, ChannelFilterCheckbox> _filterStates = new();
|
||||
|
||||
@@ -64,6 +64,7 @@ public sealed class ChannelSelectorButton : ChatPopupButton<ChannelSelectorPopup
|
||||
ChatSelectChannel.OOC => Color.LightSkyBlue,
|
||||
ChatSelectChannel.Dead => Color.MediumPurple,
|
||||
ChatSelectChannel.Admin => Color.HotPink,
|
||||
ChatSelectChannel.Cult => Color.DarkRed,
|
||||
_ => Color.DarkGray
|
||||
};
|
||||
}
|
||||
|
||||
@@ -16,7 +16,8 @@ public sealed class ChannelSelectorPopup : Popup
|
||||
ChatSelectChannel.LOOC,
|
||||
ChatSelectChannel.OOC,
|
||||
ChatSelectChannel.Dead,
|
||||
ChatSelectChannel.Admin
|
||||
ChatSelectChannel.Admin,
|
||||
ChatSelectChannel.Cult // WD EDIT
|
||||
// NOTE: Console is not in there and it can never be permanently selected.
|
||||
// You can, however, still submit commands as console by prefixing with /.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user