Salvage 0.1 (#5662)
This commit is contained in:
@@ -575,5 +575,15 @@ namespace Content.Shared.CCVar
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> RestrictedNames =
|
||||
CVarDef.Create("ic.restricted_names", true, CVar.SERVER | CVar.REPLICATED);
|
||||
|
||||
/*
|
||||
* Salvage
|
||||
*/
|
||||
|
||||
/// <summary>
|
||||
/// Forced salvage map prototype name (if empty, randomly selected)
|
||||
/// </summary>
|
||||
public static readonly CVarDef<string>
|
||||
SalvageForced = CVarDef.Create("salvage.forced", "", CVar.SERVERONLY);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user