Larkenx / Rotten-Soup

A roguelike built with Vue, Vuetify, Tiled, rot.js, and PixiJS! Playable at https://rottensoup.herokuapp.com/
GNU General Public License v3.0
379 stars 54 forks source link

Opening inventory uses a turn #47

Closed bjorn closed 5 years ago

bjorn commented 5 years ago

When opening the inventory by pressing i, the game executes a turn immediately. Surely this isn't intensional?

This behavior caused a problem for me when I actually died the moment I tried to open my inventory, which prevented me from seeing the end game statistics since the inventory was drawn on top.

Thanks for the enjoyable game, btw!

Larkenx commented 5 years ago

Thanks for checking it out! I fixed it in #48