nsmryan / RustRoguelike

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

Alerted Message #368

Open nsmryan opened 3 years ago

nsmryan commented 3 years ago

Currently entities have their own message log indicating when they hear a sound. Consider replacing this with an Alerted message, logged to the front of the queue. The potential problem is when altertness is determined- in ai.rs or resolve.rs.