mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
clippy
This commit is contained in:
@ -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,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user