diff --git a/Content.Shared/Cargo/Components/CargoShuttleComponent.cs b/Content.Shared/Cargo/Components/CargoShuttleComponent.cs index 5a428ce985..cba2196160 100644 --- a/Content.Shared/Cargo/Components/CargoShuttleComponent.cs +++ b/Content.Shared/Cargo/Components/CargoShuttleComponent.cs @@ -12,7 +12,7 @@ public sealed class CargoShuttleComponent : Component public TimeSpan? NextCall; [ViewVariables(VVAccess.ReadWrite), DataField("cooldown")] - public float Cooldown = 45f; + public float Cooldown = 150f; [ViewVariables] public bool CanRecall;