nsmryan / RustRoguelike

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

Walking on blink trap crash #411

Closed MicroChasm closed 2 years ago

MicroChasm commented 2 years ago

Walking on a blink trap caused the game to crash. The message said that I tried trampled on a grass wall on a diagonal.

nsmryan commented 2 years ago

Blinking was not using the Blink move type. This is fixed in the master branch.