amethyst / rustrogueliketutorial

Roguelike Tutorial in Rust - using RLTK
MIT License
902 stars 156 forks source link

item not deleted in inventory_system.rs in chapter 9 #193

Open stutxo opened 2 years ago

stutxo commented 2 years ago

The confusion item is not deleted when used.

used_item = true needs to be added