This commit is contained in:
jshipsey
2020-09-17 22:58:02 -04:00
parent 90e5bbaac0
commit 8330d087e6
2 changed files with 4 additions and 6 deletions

View File

@ -124,9 +124,7 @@ impl<'a> From<&'a Body> for Psyche {
Body::BipedLarge(_) => 1.0,
Body::Object(_) => 1.0,
Body::Golem(_) => 1.0,
Body::Theropod(theropod) => match theropod.species {
_ => 0.4,
},
Body::Theropod(_) => 1.0,
Body::Dragon(_) => 1.0,
},
}