add() doesn't always stack items

Issue #8 resolved
Flamarow created an issue

When using player.add(), the item is added to the first available slot regardless of if other stacks exist. The add function should an existing stack that isn't full, and if none are found, then add to the first available slot if any are available.

Comments (1)

  1. Log in to comment