More storage tweaks (#25970)

- Fix some prediction stuff.
- Fix some jank.
- UseDelay.
- Cap.
This commit is contained in:
metalgearsloth
2024-04-20 11:51:16 +10:00
committed by GitHub
parent 7000974319
commit b2b1926ecc
4 changed files with 42 additions and 21 deletions

View File

@@ -60,6 +60,11 @@ namespace Content.Shared.Storage
[DataField]
public bool ClickInsert = true; // Can insert stuff by clicking the storage entity with it
/// <summary>
/// How many entities area pickup can pickup at once.
/// </summary>
public const int AreaPickupLimit = 10;
[DataField]
public bool AreaInsert; // Clicking with the storage entity causes it to insert all nearby storables after a delay