From b15d0c209f9787b10af0a4a6555e81548d59dc1d Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Fri, 24 Jun 2022 22:34:09 +0300 Subject: [PATCH] Fixes counter vaulting (#9130) --- .../Structures/Furniture/Tables/tables.yml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml b/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml index ecc1ebb0f2..617159b682 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml @@ -62,9 +62,9 @@ bounds: "-0.45,-0.45,0.45,0.45" mass: 50 mask: - - MachineMask + - TableMask layer: - - HalfWallLayer + - TableLayer - type: Damageable damageContainer: Inorganic damageModifierSet: Wood @@ -99,7 +99,7 @@ - type: entity id: CounterMetalFrame - parent: BaseStructure + parent: CounterWoodFrame name: metal counter frame description: Pieces of metal that make the frame of a table. components: @@ -107,16 +107,6 @@ sprite: Structures/Furniture/Tables/countermetal.rsi - type: Icon sprite: Structures/Furniture/Tables/countermetal.rsi - - type: Fixtures - fixtures: - - shape: - !type:PhysShapeAabb - bounds: "-0.45,-0.45,0.45,0.45" - mass: 50 - mask: - - MachineMask - layer: - - HalfWallLayer - type: Damageable damageContainer: Inorganic damageModifierSet: Metallic