nsmryan / RustRoguelike

This Rust Roguelike is a Roguelike written in Rust.
17 stars 3 forks source link

Cursor Mode Bug #367

Closed nsmryan closed 2 years ago

nsmryan commented 3 years ago

To reproduce: Enter Cursor Mode Move down Press c Move again

This moves the player for some raisin

nsmryan commented 3 years ago

This fixed.

Currently any time you press an item key you leave cursor mode. We could do something like only leave cursor mode if you actually have that item as well.

nsmryan commented 2 years ago

It sounds like there is another way for this to occur that we have not yet identified with a reproduceable sequence of actions.

MicroChasm commented 2 years ago

I haven't seen this happen this it was fixed, so I think it can be closed.