Improve stack merging and crafting (#7105)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user