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:
parent
8f3233365d
commit
85237c7a32
@ -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,
|
||||
|
@ -289,6 +289,7 @@ impl SfxMgr {
|
||||
);
|
||||
}
|
||||
|
||||
#[allow(clippy::single_match)]
|
||||
pub fn handle_outcome(
|
||||
&mut self,
|
||||
outcome: &Outcome,
|
||||
|
Loading…
Reference in New Issue
Block a user