Update CargoShuttleComponent.cs (#9333)
This commit is contained in:
@@ -12,7 +12,7 @@ public sealed class CargoShuttleComponent : Component
|
|||||||
public TimeSpan? NextCall;
|
public TimeSpan? NextCall;
|
||||||
|
|
||||||
[ViewVariables(VVAccess.ReadWrite), DataField("cooldown")]
|
[ViewVariables(VVAccess.ReadWrite), DataField("cooldown")]
|
||||||
public float Cooldown = 45f;
|
public float Cooldown = 150f;
|
||||||
|
|
||||||
[ViewVariables]
|
[ViewVariables]
|
||||||
public bool CanRecall;
|
public bool CanRecall;
|
||||||
|
|||||||
Reference in New Issue
Block a user