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
1 changed files with 1 additions and 1 deletions

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;