nsmryan / RustRoguelike

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

Throwing Stones #322

Closed MicroChasm closed 3 years ago

MicroChasm commented 3 years ago

Throwing stones by pressing C on a tile in Cursor mode doesn't work. Did we change something and I am forgetting, or is this a bug?

nsmryan commented 3 years ago

Stones are still thrown in the old way, like items. You have to be in cursor mode, hold alt, and then press the item key for the stone. This is 'z' if you only have a stone, not a fixed 'ammo' or 'consumable' selection.