Weight based AreaInsert and Dumpable delay, a janitor qol tweak (#24899)

Weight based delay, retuned average, fixed comments
This commit is contained in:
Krunklehorn
2024-03-02 08:57:44 -05:00
committed by GitHub
parent aaf5d0d302
commit c775410370
4 changed files with 29 additions and 6 deletions

View File

@@ -47,13 +47,13 @@ namespace Content.Shared.Storage
// TODO: Make area insert its own component.
[DataField]
public bool QuickInsert; // Can insert storables by "attacking" them with the storage entity
public bool QuickInsert; // Can insert storables by clicking them with the storage entity
[DataField]
public bool ClickInsert = true; // Can insert stuff by clicking the storage entity with it
[DataField]
public bool AreaInsert; // "Attacking" with the storage entity causes it to insert all nearby storables after a delay
public bool AreaInsert; // Clicking with the storage entity causes it to insert all nearby storables after a delay
[DataField]
public int AreaInsertRadius = 1;