From c9ff567c78aa52df81db4ef256788e6960fa5b44 Mon Sep 17 00:00:00 2001 From: Alex Evgrashin Date: Sat, 3 Dec 2022 02:44:10 +0100 Subject: [PATCH] Fix honkbot slipping (#12791) --- Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml b/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml index aefdf6334a..98229a10dd 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml @@ -110,17 +110,23 @@ launchForwardsMultiplier: 6.0 - type: StepTrigger intersectRatio: 0.2 + - type: Physics + bodyType: Dynamic - type: Fixtures fixtures: + - shape: + !type:PhysShapeCircle + radius: 0.35 + id: "slips" + hard: false + layer: + - SlipLayer - shape: !type:PhysShapeCircle radius: 0.35 density: 20 mask: - MobMask - layer: - - MobLayer - - SlipLayer - type: Construction graph: HonkBot node: bot