Improve stack merging and crafting (#7105)

This commit is contained in:
Leon Friedrich
2022-03-28 17:03:14 +13:00
committed by GitHub
parent 50ea06ba72
commit 51b1535255
6 changed files with 149 additions and 82 deletions

View File

@@ -118,7 +118,7 @@ public abstract partial class SharedHandsSystem : EntitySystem
}
/// <summary>
/// Enumerate over hands, with the active hand being first.
/// Enumerate over held items, starting with the item in the currently active hand (if there is one).
/// </summary>
public IEnumerable<EntityUid> EnumerateHeld(EntityUid uid, SharedHandsComponent? handsComp = null)
{