Corrected hitbox mistake

This commit is contained in:
Joshua Barretto 2020-08-24 18:29:59 +01:00
parent 2825ada8e6
commit 408277a6c5

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,