minotaur moves, added claygolem

This commit is contained in:
jshipsey
2021-02-22 01:04:45 -05:00
parent 417f4638ed
commit 16a44cd532
47 changed files with 477 additions and 144 deletions

View File

@ -136,7 +136,7 @@ impl Body {
Body::Dragon(_) => 5.0,
Body::BirdSmall(_) => 35.0,
Body::FishSmall(_) => 10.0,
Body::BipedLarge(_) => 12.0,
Body::BipedLarge(_) => 8.0,
Body::BipedSmall(_) => 12.0,
Body::Object(_) => 10.0,
Body::Golem(_) => 8.0,