Limit shuttle collision damage (#37578)
* outlaw the usage of spacecraft as weapons of mass destruction * adjust slowdown
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user