From defbd3af969658e7dd0d415d73fbe811ed4a5356 Mon Sep 17 00:00:00 2001 From: Spatison <137375981+Spatison@users.noreply.github.com> Date: Sun, 27 Oct 2024 16:05:45 +0300 Subject: [PATCH] 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 e7f0b5bcd0..41cdfb70ae 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