veloren/server
holychowders 8d98ade15e Agent perception: Make handling of sounds and awareness more intuitive.
When a sound was received in `idle_tree()`, awareness would be
incremented, causing a call to `handle_elevated_awareness()`, which
handled sounds heard. Instead, just `handle_sounds()` when they are heard and
increment awareness as part of hearing them.

The code more straightforwardly shows the agent first hearing a sound and then
becoming more aware based on that.
2022-03-12 16:58:06 -06:00
..
src Agent perception: Make handling of sounds and awareness more intuitive. 2022-03-12 16:58:06 -06:00
Cargo.toml Change the version number to 0.12 2022-02-18 22:36:53 +01:00