diff --git a/Content.Server/Shuttles/Components/ShuttleComponent.cs b/Content.Server/Shuttles/Components/ShuttleComponent.cs index 8aed49b35af..daaa58654fd 100644 --- a/Content.Server/Shuttles/Components/ShuttleComponent.cs +++ b/Content.Server/Shuttles/Components/ShuttleComponent.cs @@ -66,7 +66,7 @@ public sealed partial class ShuttleComponent : Component /// Damping applied to the shuttle's physics component when not in FTL. /// [DataField("linearDamping"), ViewVariables(VVAccess.ReadWrite)] - public float LinearDamping = 0.002f; // Frontier PR 1298 0.002f < 0.05f + public float LinearDamping = 0.005f; // Frontier PR 1298 0.002f < 0.05f [DataField("angularDamping"), ViewVariables(VVAccess.ReadWrite)] public float AngularDamping = 0.6f; // Frontier PR 1298 0.6f < 0.05f diff --git a/Resources/Prototypes/Entities/World/Debris/asteroids.yml b/Resources/Prototypes/Entities/World/Debris/asteroids.yml index 90007fe4773..97f8dfb890f 100644 --- a/Resources/Prototypes/Entities/World/Debris/asteroids.yml +++ b/Resources/Prototypes/Entities/World/Debris/asteroids.yml @@ -5,6 +5,9 @@ abstract: true components: - type: MapGrid + - type: Shuttle #frontier + linearDamping: 0.02 + angulerDamping: 0.02 - type: BlobFloorPlanBuilder floorTileset: - FloorAsteroidSand