From a3c87f5d62fea9e6b671a30670bbfbe34991830e Mon Sep 17 00:00:00 2001 From: EmoGarbage404 <98561806+EmoGarbage404@users.noreply.github.com> Date: Fri, 1 Jul 2022 16:33:18 -0400 Subject: [PATCH] Update CargoShuttleComponent.cs (#9333) --- Content.Shared/Cargo/Components/CargoShuttleComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;