Corrected hitbox mistake

This commit is contained in:
Joshua Barretto 2020-08-24 18:29:59 +01:00
parent 80c71871b7
commit 7e571c10cf

View File

@ -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,