fix cargo teleporter (#27255)
* fix cargo teleporter * don't delete orders * basado
This commit is contained in:
@@ -12,11 +12,14 @@ namespace Content.Shared.Cargo.Components;
|
||||
[RegisterComponent, NetworkedComponent, Access(typeof(SharedCargoSystem))]
|
||||
public sealed partial class CargoTelepadComponent : Component
|
||||
{
|
||||
[DataField]
|
||||
public List<CargoOrderData> CurrentOrders = new();
|
||||
|
||||
/// <summary>
|
||||
/// The actual amount of time it takes to teleport from the telepad
|
||||
/// </summary>
|
||||
[DataField("delay"), ViewVariables(VVAccess.ReadWrite)]
|
||||
public float Delay = 10f;
|
||||
public float Delay = 5f;
|
||||
|
||||
/// <summary>
|
||||
/// How much time we've accumulated until next teleport.
|
||||
|
||||
Reference in New Issue
Block a user