]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Limit shuttle collision damage (#37578)
authorErrant <35878406+Errant-4@users.noreply.github.com>
Wed, 21 May 2025 10:37:36 +0000 (12:37 +0200)
committerGitHub <noreply@github.com>
Wed, 21 May 2025 10:37:36 +0000 (20:37 +1000)
* outlaw the usage of spacecraft as weapons of mass destruction

* adjust slowdown

Content.Shared/CCVar/CCVars.Shuttle.cs

index 7ec089d68bec31e0d6f59647970508e91fc53534..eb6e70579c3ad63e4d5536de460b568340eafcfe 100644 (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