Drop hyperspace speed (#9216)

This commit is contained in:
metalgearsloth
2022-06-27 14:58:58 +10:00
committed by GitHub
parent e72e060972
commit 8a6d914586

View File

@@ -95,7 +95,7 @@ public sealed partial class ShuttleSystem
if (TryComp(comp.Owner, out body))
{
body.LinearVelocity = new Vector2(0f, 100f);
body.LinearVelocity = new Vector2(0f, 20f);
body.AngularVelocity = 0f;
body.LinearDamping = 0f;
body.AngularDamping = 0f;