From c90972449df39f808c3d5088613e62c87d4df74d Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Wed, 13 Nov 2024 18:08:38 -0500 Subject: [PATCH] Fix Butlertron's Hitbox (#1192) # Description Fixes Butlertron's hitbox. Thanks to https://github.com/WWhiteDreamProject/wwdpublic/pull/105 # Changelog :cl: - fix: Butlertron is no longer as wide as a barn. --------- Co-authored-by: Spatison <137375981+Spatison@users.noreply.github.com> --- Resources/Prototypes/DeltaV/NPC/roboisseur.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/Prototypes/DeltaV/NPC/roboisseur.yml b/Resources/Prototypes/DeltaV/NPC/roboisseur.yml index e7f0b5bcd09..d76c1e48fab 100644 --- a/Resources/Prototypes/DeltaV/NPC/roboisseur.yml +++ b/Resources/Prototypes/DeltaV/NPC/roboisseur.yml @@ -28,3 +28,15 @@ attributes: gender: male proper: true + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.15,-0.15,0.15,0.15" + density: 60 + mask: + - MachineMask + layer: + - MidImpassable + - LowImpassable