munificent / hauberk

A web-based roguelike written in Dart.
http://munificent.github.io/hauberk/
Other
2k stars 200 forks source link

Bug: Dying while Auto moving #33

Open mrdjohnson opened 6 years ago

mrdjohnson commented 6 years ago

Shift + L lets you stand in place until you generate health, or until a monster comes nearby.

I died doing this because getting hit by spark does not seem to count as being near an enemy.

I think the a secondary issue here is that if you're doing automoves (shift + whatever) and your health starts going down, auto-moves should stop.