From 5f7bdbcf306451ce6fc8616b98a01f4f11ccd70b Mon Sep 17 00:00:00 2001 From: EmoGarbage404 <98561806+EmoGarbage404@users.noreply.github.com> Date: Thu, 12 May 2022 18:04:03 -0400 Subject: [PATCH] filing collision + outline fix (#8122) --- .../Storage}/filing_cabinets.yml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) rename Resources/Prototypes/Entities/{Objects/Misc => Structures/Storage}/filing_cabinets.yml (74%) diff --git a/Resources/Prototypes/Entities/Objects/Misc/filing_cabinets.yml b/Resources/Prototypes/Entities/Structures/Storage/filing_cabinets.yml similarity index 74% rename from Resources/Prototypes/Entities/Objects/Misc/filing_cabinets.yml rename to Resources/Prototypes/Entities/Structures/Storage/filing_cabinets.yml index 0c523a5939..9a84245a13 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/filing_cabinets.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/filing_cabinets.yml @@ -24,6 +24,19 @@ interfaces: - key: enum.StorageUiKey.Key type: StorageBoundUserInterface + - type: Transform + noRot: true + - type: Fixtures + fixtures: + - shape: + !type:PhysShapeAabb + bounds: "-0.18,-0.48,0.18,0.48" + mass: 70 + mask: + - MachineMask + layer: + - MachineLayer + - type: InteractionOutline - type: entity name: tall cabinet @@ -64,3 +77,16 @@ interfaces: - key: enum.StorageUiKey.Key type: StorageBoundUserInterface + - type: Transform + noRot: true + - type: Fixtures + fixtures: + - shape: + !type:PhysShapeAabb + bounds: "-0.22,-0.42,0.22,0.34" + mass: 70 + mask: + - MachineMask + layer: + - MachineLayer + - type: InteractionOutline