Currently there is kts.RemoveTile for removing a tile from the dungeon, but there is no equivalent for items. We should add it.
There are two cases, and we should probably support both:
- Removing an item from the inventory of a given player
- Removing an item from a particular dungeon square
Currently there is
kts.RemoveTilefor removing a tile from the dungeon, but there is no equivalent for items. We should add it.There are two cases, and we should probably support both: