Important fix for table climbing (#10803)

This commit is contained in:
Pieter-Jan Briers
2022-08-25 15:41:37 +02:00
committed by GitHub
parent 0e5e3b46c4
commit 84e20049b8
9 changed files with 110 additions and 2 deletions

View File

@@ -231,6 +231,12 @@ namespace Content.Shared.CCVar
public static readonly CVarDef<int> PanicBunkerMinAccountAge =
CVarDef.Create("game.panic_bunker.min_account_age", 1440, CVar.SERVERONLY);
/// <summary>
/// Make people bonk when trying to climb certain objects like tables.
/// </summary>
public static readonly CVarDef<bool> GameTableBonk =
CVarDef.Create("game.table_bonk", false, CVar.SERVERONLY);
#if EXCEPTION_TOLERANCE
/// <summary>
/// Amount of times round start must fail before the server is shut down.