From 1b7651184c80a310c9154aa1a59dcb5419ea58b2 Mon Sep 17 00:00:00 2001 From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Wed, 21 May 2025 12:37:36 +0200 Subject: [PATCH] Limit shuttle collision damage (#37578) * outlaw the usage of spacecraft as weapons of mass destruction * adjust slowdown --- Content.Shared/CCVar/CCVars.Shuttle.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.51.2