diff --git a/Content.Shared/CCVar/CCVars.Shuttle.cs b/Content.Shared/CCVar/CCVars.Shuttle.cs index 7ec089d68b..eb6e70579c 100644 --- a/Content.Shared/CCVar/CCVars.Shuttle.cs +++ b/Content.Shared/CCVar/CCVars.Shuttle.cs @@ -258,7 +258,7 @@ public sealed partial class CCVars /// [CVarControl(AdminFlags.VarEdit)] public static readonly CVarDef ImpactSlowdown = - CVarDef.Create("shuttle.impact.slowdown", 0.8f, CVar.SERVERONLY); + CVarDef.Create("shuttle.impact.slowdown", 8f, CVar.SERVERONLY); /// /// Minimum velocity change from impact for special throw effects (e.g. stuns, beakers breaking) to occur