From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Wed, 21 May 2025 10:37:36 +0000 (+0200) Subject: Limit shuttle collision damage (#37578) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=1b7651184c80a310c9154aa1a59dcb5419ea58b2;p=space-station-14.git Limit shuttle collision damage (#37578) * outlaw the usage of spacecraft as weapons of mass destruction * adjust slowdown --- 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