mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed training dummy hitbox
This commit is contained in:
@ -297,6 +297,7 @@ impl Body {
|
|||||||
Body::BipedSmall(_) => 1.4,
|
Body::BipedSmall(_) => 1.4,
|
||||||
Body::Object(object) => match object {
|
Body::Object(object) => match object {
|
||||||
object::Body::Crossbow => 1.7,
|
object::Body::Crossbow => 1.7,
|
||||||
|
object::Body::TrainingDummy => 2.2,
|
||||||
_ => 1.0,
|
_ => 1.0,
|
||||||
},
|
},
|
||||||
Body::Ship(_) => 1.0,
|
Body::Ship(_) => 1.0,
|
||||||
|
@ -289,6 +289,7 @@ impl SfxMgr {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::single_match)]
|
||||||
pub fn handle_outcome(
|
pub fn handle_outcome(
|
||||||
&mut self,
|
&mut self,
|
||||||
outcome: &Outcome,
|
outcome: &Outcome,
|
||||||
|
Reference in New Issue
Block a user