From 370aaa23f079a4689a3e4d03d94ab2386f239055 Mon Sep 17 00:00:00 2001 From: Spatison <137375981+Spatison@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:22:53 +1000 Subject: [PATCH] =?UTF-8?q?[Fix]=20Butletron=20/=20=D0=91=D1=83=D1=82?= =?UTF-8?q?=D0=BB=D0=B5=D1=82=D1=80=D0=BE=D0=BD=20(#105)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix --- Resources/Prototypes/DeltaV/NPC/roboisseur.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Resources/Prototypes/DeltaV/NPC/roboisseur.yml b/Resources/Prototypes/DeltaV/NPC/roboisseur.yml index e7f0b5bcd09..41cdfb70ae9 100644 --- a/Resources/Prototypes/DeltaV/NPC/roboisseur.yml +++ b/Resources/Prototypes/DeltaV/NPC/roboisseur.yml @@ -28,3 +28,17 @@ attributes: gender: male proper: true + # WD EDIT START + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.15,-0.15,0.15,0.15" + density: 60 + mask: + - MachineMask + layer: + - MidImpassable + - LowImpassable + # WD EDIT END \ No newline at end of file