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
385 stars 55 forks source link

Picking up items gives wrong message when inventory is full #21

Closed Larkenx closed 5 years ago

Larkenx commented 6 years ago

When the player's inventory is full, the game logs a message saying that they successfully picked up the item before it is added to their inventory. If their inventory is full, it properly doesn't pick up the item, but logs the message that they did pick it up anyway