Update CargoShuttleComponent.cs (#9333)

This commit is contained in:
EmoGarbage404 2022-07-01 16:33:18 -04:00 committed by GitHub
parent fcba784379
commit a3c87f5d62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;