Limit shuttle collision damage (#37578)

* outlaw the usage of spacecraft as weapons of mass destruction

* adjust slowdown
This commit is contained in:
Errant
2025-05-21 12:37:36 +02:00
committed by GitHub
parent 2c1ba4951f
commit 1b7651184c

View File

@@ -258,7 +258,7 @@ public sealed partial class CCVars
/// </summary>
[CVarControl(AdminFlags.VarEdit)]
public static readonly CVarDef<float> ImpactSlowdown =
CVarDef.Create("shuttle.impact.slowdown", 0.8f, CVar.SERVERONLY);
CVarDef.Create("shuttle.impact.slowdown", 8f, CVar.SERVERONLY);
/// <summary>
/// Minimum velocity change from impact for special throw effects (e.g. stuns, beakers breaking) to occur