From f14f3d4999df5999c1d03a355857126993ee19c1 Mon Sep 17 00:00:00 2001 From: Rane <60792108+Elijahrane@users.noreply.github.com> Date: Wed, 14 Sep 2022 03:11:26 -0400 Subject: [PATCH] make windoor, railing, and directional window bounds not awful (#10469) --- .../Structures/Doors/Windoors/base_structurewindoors.yml | 2 +- .../Prototypes/Entities/Structures/Walls/railing.yml | 9 ++++----- .../Prototypes/Entities/Structures/Windows/window.yml | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml index 308cbcb8ad..43056ffda8 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml @@ -16,7 +16,7 @@ fixtures: - shape: !type:PhysShapeAabb - bounds: "-0.49,-0.49,0.49,-0.3" + bounds: "-0.49,-0.49,0.49,-0.45" mass: 50 mask: - TabletopMachineMask diff --git a/Resources/Prototypes/Entities/Structures/Walls/railing.yml b/Resources/Prototypes/Entities/Structures/Walls/railing.yml index 0c386689cb..e48b27b254 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/railing.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/railing.yml @@ -18,7 +18,7 @@ fixtures: - shape: !type:PhysShapeAabb - bounds: "-0.49,-0.49,0.49,-0.3" + bounds: "-0.49,-0.49,0.49,-0.45" mass: 50 mask: - TableMask @@ -70,7 +70,7 @@ fixtures: - shape: !type:PhysShapeAabb - bounds: "-0.49,-0.49,0.49,-0.3" + bounds: "-0.49,-0.49,0.49,-0.45" mass: 50 mask: - TableMask @@ -78,7 +78,7 @@ - TableLayer - shape: !type:PhysShapeAabb - bounds: "0.49,0.49,0.3,-0.49" + bounds: "0.49,0.49,0.45,-0.49" mass: 50 mask: - TableMask @@ -130,7 +130,7 @@ fixtures: - shape: !type:PhysShapeAabb - bounds: "-0.49,0.49,-0.3,0.3" + bounds: "-0.49,0.49,-0.45,0.45" mass: 50 mask: - TableMask @@ -161,4 +161,3 @@ - type: Construction graph: Railing node: railingCornerSmall - diff --git a/Resources/Prototypes/Entities/Structures/Windows/window.yml b/Resources/Prototypes/Entities/Structures/Windows/window.yml index feccf6e9a4..6b188d8ce1 100644 --- a/Resources/Prototypes/Entities/Structures/Windows/window.yml +++ b/Resources/Prototypes/Entities/Structures/Windows/window.yml @@ -122,7 +122,7 @@ fixtures: - shape: !type:PhysShapeAabb - bounds: "-0.49,-0.49,0.49,-0.3" + bounds: "-0.49,-0.49,0.49,-0.45" mass: 50 mask: - FullTileMask