amethyst / rustrogueliketutorial

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

Chapter 9 - Potion does not get consumed immediately #203

Closed tigerplush closed 1 year ago

tigerplush commented 1 year ago

When I consume a potion, it brings me back to the map but the gui is not updated. I can press I again and consume the potion a second time. When I move, one potion is applied to my health.

I assume there is a call to self.run_systems missing?

tigerplush commented 1 year ago

Nevermind, I misread