diff --git a/common/src/comp/body.rs b/common/src/comp/body.rs index 27aa3eae52..d1f124f184 100644 --- a/common/src/comp/body.rs +++ b/common/src/comp/body.rs @@ -297,6 +297,7 @@ impl Body { Body::BipedSmall(_) => 1.4, Body::Object(object) => match object { object::Body::Crossbow => 1.7, + object::Body::TrainingDummy => 2.2, _ => 1.0, }, Body::Ship(_) => 1.0, diff --git a/voxygen/src/audio/sfx/mod.rs b/voxygen/src/audio/sfx/mod.rs index 050fd7ffe1..5697f763fc 100644 --- a/voxygen/src/audio/sfx/mod.rs +++ b/voxygen/src/audio/sfx/mod.rs @@ -289,6 +289,7 @@ impl SfxMgr { ); } + #[allow(clippy::single_match)] pub fn handle_outcome( &mut self, outcome: &Outcome,