Pathfinding improvements

This commit is contained in:
Joshua Barretto
2020-07-30 20:26:49 +01:00
parent d48ed42fda
commit d7ccb28ea7
3 changed files with 61 additions and 47 deletions

View File

@ -64,7 +64,7 @@ impl<'a> From<&'a Body> for Psyche {
fn from(body: &'a Body) -> Self {
Self {
aggro: match body {
Body::Humanoid(_) => 0.8,
Body::Humanoid(_) => 0.5,
Body::QuadrupedSmall(_) => 0.35,
Body::QuadrupedMedium(_) => 0.5,
Body::QuadrupedLow(_) => 0.65,