Make ghost timer a cvar (#8817)
Co-authored-by: Just-a-Unity-Dev <rnmangunay@addu.edu.ph> Co-authored-by: Just-a-Unity-Dev <just-a-unity-dev@users.noreply.github.com> Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -991,5 +991,15 @@ namespace Content.Shared.CCVar
|
||||
/// </summary>
|
||||
public static readonly CVarDef<float> UpdateRestartDelay =
|
||||
CVarDef.Create("update.restart_delay", 20f, CVar.SERVERONLY);
|
||||
|
||||
/*
|
||||
* Ghost
|
||||
*/
|
||||
|
||||
/// <summary>
|
||||
/// The time you must spend reading the rules, before the "Request" button is enabled
|
||||
/// </summary>
|
||||
public static readonly CVarDef<float> GhostRoleTime =
|
||||
CVarDef.Create("ghost.role_time", 3f, CVar.REPLICATED);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user