mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Corrected hitbox mistake
This commit is contained in:
parent
80c71871b7
commit
7e571c10cf
@ -158,7 +158,7 @@ impl Body {
|
||||
pub fn height(&self) -> f32 {
|
||||
match self {
|
||||
Body::Humanoid(humanoid) => match humanoid.species {
|
||||
humanoid::Species::Danari => 0.5,
|
||||
humanoid::Species::Danari => 1.5,
|
||||
humanoid::Species::Dwarf => 1.55,
|
||||
humanoid::Species::Orc => 1.95,
|
||||
_ => 1.8,
|
||||
|
Loading…
Reference in New Issue
Block a user