Commit
2883902b0eedbdf49017abf6a2684c7eef6462d3
by frottyUpdate Unit.wurst to include "remove item by ID" (#72)
* Update Unit.wurst to include "remove item by ID"
Just added a simple function, unit.removeItemById. Functionality pretty much copied from unit.hasItemById(int itemId). Useful when a user wants to remove an item and doesn't care how many of it there are or where it sits.