[feat] bleeding alert, separated chat is default

# Conflicts:
#	Content.Server/Body/Components/BloodstreamComponent.cs
#	Content.Server/Body/Systems/BloodstreamSystem.cs
#	Content.Shared/Alert/AlertType.cs
This commit is contained in:
rhailrake
2023-04-25 01:24:58 +06:00
committed by Remuchi
parent 2f1976a749
commit cfa31be8d4
5 changed files with 24 additions and 1 deletions

View File

@@ -1513,7 +1513,7 @@ namespace Content.Shared.CCVar
*/
public static readonly CVarDef<string> UILayout =
CVarDef.Create("ui.layout", "Default", CVar.CLIENTONLY | CVar.ARCHIVE);
CVarDef.Create("ui.layout", "Separated", CVar.CLIENTONLY | CVar.ARCHIVE);
public static readonly CVarDef<string> DefaultScreenChatSize =
CVarDef.Create("ui.default_chat_size", "", CVar.CLIENTONLY | CVar.ARCHIVE);