Reduced humanoid hitbox

This commit is contained in:
Scott Williams 2021-06-11 17:25:05 +01:00
parent b90c51d100
commit 9a09f558ee

View File

@ -339,7 +339,7 @@ impl Body {
(humanoid::Species::Danari, humanoid::BodyType::Male) => 1.5,
(humanoid::Species::Danari, humanoid::BodyType::Female) => 1.4,
};
Vec3::new(1.5, 0.5, height)
Vec3::new(1.2, 0.5, height)
},
Body::Object(object) => object.dimensions(),
Body::QuadrupedMedium(body) => match body.species {