Gvin / CodeMagic

A small ASCII Roguelike RPG with magic based on physics + programming.
GNU General Public License v3.0
2 stars 1 forks source link

[Item] Implement Bag of Holding #97

Closed Gvin closed 5 years ago

Gvin commented 5 years ago

Implement new item: Bag of Holding. This bag can be mapped to some specific point in Home location during the first use. Then each use of bag will open storage inventory with unlimited capacity. Once this storage is closed, all items are removed from it and will be sent to the position mapped during the first use. This can be used for transfering mined resources and loot to player's home. There is no way to get anything from the bag back when it is closed.

Gvin commented 5 years ago

Implemented