nsmryan / RustRoguelike

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

Spear attack range #421

Open MicroChasm opened 2 years ago

MicroChasm commented 2 years ago

Currently, using the spear while running only attacks the tile two tiles away in the direction of the attack. Ideally, it would cause an attack to occur both one tile away and two tiles away (but still not in the tile directly adjacent to the player's starting position.

nsmryan commented 2 years ago

It looks to me like this attacks the tiles two and three away when using the spear while running.

Can you check this again sometime? I did make some changes to fix issues with situations that spears get into.