From 45ddc3046a271b49c38d79740ad96a94d97a55ad Mon Sep 17 00:00:00 2001 From: Vasilis Date: Wed, 8 Nov 2023 02:24:25 +0100 Subject: [PATCH] Make the cloning pod and medical scanner fit through verical doors (#21519) * Unfatten the machines * This actually works better --- .../Entities/Structures/Machines/cloning_machine.yml | 11 ----------- .../Entities/Structures/Machines/medical_scanner.yml | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/cloning_machine.yml b/Resources/Prototypes/Entities/Structures/Machines/cloning_machine.yml index 0cc9f71e55..6067149c8a 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/cloning_machine.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/cloning_machine.yml @@ -20,17 +20,6 @@ map: ["base"] - type: Physics bodyType: Static - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeAabb - bounds: "-0.25,-0.5,0.25,0.5" - density: 190 - mask: - - MachineMask - layer: - - MachineLayer - type: Construction graph: Machine node: machine diff --git a/Resources/Prototypes/Entities/Structures/Machines/medical_scanner.yml b/Resources/Prototypes/Entities/Structures/Machines/medical_scanner.yml index c8d233f04c..3cadb180c9 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/medical_scanner.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/medical_scanner.yml @@ -39,17 +39,6 @@ Yellow: {state: "maint_unlit"} - type: Physics bodyType: Static - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeAabb - bounds: "-0.25,-0.5,0.25,0.5" - density: 190 - mask: - - MachineMask - layer: - - MachineLayer - type: Construction graph: Machine node: machine -- 2.51.2