feedback adjustments

This commit is contained in:
jshipsey
2021-02-26 01:19:46 -05:00
parent 0a353576dc
commit 8d316aac8c
8 changed files with 85 additions and 141 deletions

View File

@ -93,7 +93,7 @@ impl Body {
Body::BipedSmall(biped_small) => match biped_small.species {
biped_small::Species::Haniwa => 65.0,
_ => 80.0,
},
},
Body::Object(_) => 0.0,
Body::Golem(_) => 60.0,
Body::Theropod(_) => 135.0,