From 0a6a23b86f44356fc6fa3524f4837ee900a8e635 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 8 Mar 2021 15:35:20 +1100 Subject: [PATCH] Fix rack collisions (#3580) Co-authored-by: Metal Gear Sloth --- .../Entities/Constructible/Furniture/storage.yml | 8 +------- .../Entities/Constructible/Furniture/tables.yml | 2 ++ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/Entities/Constructible/Furniture/storage.yml b/Resources/Prototypes/Entities/Constructible/Furniture/storage.yml index 2b6b9ccb4a..abb550c5e3 100644 --- a/Resources/Prototypes/Entities/Constructible/Furniture/storage.yml +++ b/Resources/Prototypes/Entities/Constructible/Furniture/storage.yml @@ -18,15 +18,9 @@ !type:PhysShapeAabb bounds: "-0.4,-0.4,0.4,0.4" layer: - - Opaque - - Impassable - - MobImpassable - - VaultImpassable - - SmallImpassable + - VaultImpassable mask: - Impassable - - MobImpassable - - VaultImpassable - type: Pullable - type: Anchorable - type: Damageable diff --git a/Resources/Prototypes/Entities/Constructible/Furniture/tables.yml b/Resources/Prototypes/Entities/Constructible/Furniture/tables.yml index 1ad9f0516a..47bb1c160e 100644 --- a/Resources/Prototypes/Entities/Constructible/Furniture/tables.yml +++ b/Resources/Prototypes/Entities/Constructible/Furniture/tables.yml @@ -22,6 +22,8 @@ !type:PhysShapeAabb {} layer: - VaultImpassable + mask: + - Impassable - type: SnapGrid offset: Center - type: Climbable