From beb2cad73acb0bee524e897e6dc604d04264dbc3 Mon Sep 17 00:00:00 2001 From: Kemper <9278383-Kemper-@users.noreply.gitlab.com> Date: Sun, 24 Oct 2021 21:04:46 +0000 Subject: [PATCH] Adjust sand shark hitbox --- common/src/comp/body.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/common/src/comp/body.rs b/common/src/comp/body.rs index b5a288399b..c5b8e427f8 100644 --- a/common/src/comp/body.rs +++ b/common/src/comp/body.rs @@ -372,6 +372,7 @@ impl Body { quadruped_low::Species::Monitor => Vec3::new(1.0, 2.3, 1.5), quadruped_low::Species::Pangolin => Vec3::new(1.0, 2.6, 1.1), quadruped_low::Species::Rocksnapper => Vec3::new(1.0, 3.0, 2.9), + quadruped_low::Species::Sandshark => Vec3::new(1.1, 4.3, 1.7), quadruped_low::Species::Basilisk => Vec3::new(1.8, 3.4, 2.9), quadruped_low::Species::Salamander => Vec3::new(1.0, 2.4, 1.3), quadruped_low::Species::Tortoise => Vec3::new(1.0, 1.8, 1.6),