Add cargo shuttle (#8686)
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Content.Server.Cargo.Components
|
||||
public sealed class CargoTelepadComponent : SharedCargoTelepadComponent
|
||||
{
|
||||
[DataField("delay")]
|
||||
public float Delay = 20f;
|
||||
public float Delay = 45f;
|
||||
|
||||
/// <summary>
|
||||
/// How much time we've accumulated until next teleport.
|
||||
@@ -24,9 +24,6 @@ namespace Content.Server.Cargo.Components
|
||||
[DataField("accumulator")]
|
||||
public float Accumulator = 0f;
|
||||
|
||||
[ViewVariables]
|
||||
public readonly Stack<CargoOrderData> TeleportQueue = new();
|
||||
|
||||
[ViewVariables]
|
||||
public CargoTelepadState CurrentState = CargoTelepadState.Unpowered;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user