nsmryan / RustRoguelike

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

Swift Message Log #458

Closed MicroChasm closed 2 years ago

MicroChasm commented 2 years ago

When using Swift, you need to start and end without walls adjacent (if I remember correctly). Currently, if you attempt to use Swift but fail because you don't meet the wall requirements, you still get the message "player moves swiftly to ___".

nsmryan commented 2 years ago

Should be fixed now.

MicroChasm commented 2 years ago

Technically, I think it should probably say "The player failed to move swiftly. The player moves to ___" but I'm not too worried about this sort of nicety yet.