biped_small setup

This commit is contained in:
jshipsey
2020-12-23 01:24:44 -05:00
parent a99a78abdb
commit 266986626d
15 changed files with 778 additions and 10 deletions

View File

@ -150,6 +150,7 @@ impl<'a> From<&'a Body> for Psyche {
quadruped_low::Species::Pangolin => 0.4,
_ => 0.6,
},
Body::BipedSmall(_) => 0.5,
Body::BirdMedium(_) => 0.5,
Body::BirdSmall(_) => 0.4,
Body::FishMedium(_) => 0.15,