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

New Object: Treasure Chest #82

Closed Gvin closed 4 years ago

Gvin commented 5 years ago

Implement new world object: Treasure Chest. It should spawn sometimes next to the wall in rooms. Using it should mark it as opened and dump all it's content in player's cell so that it can be picked up.