From ce02bf1ca15989df27b8d8d74712583c617c01b4 Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Fri, 7 Aug 2020 22:16:47 +0200 Subject: [PATCH] Fix missing component error with disposal units (#1610) --- Resources/Prototypes/Entities/Constructible/disposal.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Prototypes/Entities/Constructible/disposal.yml b/Resources/Prototypes/Entities/Constructible/disposal.yml index 2ff9481c4c..5e2fad5706 100644 --- a/Resources/Prototypes/Entities/Constructible/disposal.yml +++ b/Resources/Prototypes/Entities/Constructible/disposal.yml @@ -100,6 +100,14 @@ layer: - Impassable - MobImpassable + - type: Collidable + anchored: true + shapes: + - !type:PhysShapeAabb + bounds: "-0.3,-0.3,0.3,0.3" + layer: + - Impassable + - MobImpassable - type: SnapGrid offset: Center - type: Anchorable