From 76b4455053c4a95698788a1a3e400daf089b3434 Mon Sep 17 00:00:00 2001 From: pointer-to-null <91910481+pointer-to-null@users.noreply.github.com> Date: Tue, 18 Jan 2022 04:04:20 +0300 Subject: [PATCH] Potted plant bb fix. (#5755) --- .../Entities/Structures/Furniture/potted_plants.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Furniture/potted_plants.yml b/Resources/Prototypes/Entities/Structures/Furniture/potted_plants.yml index 464de03983..c6dea87f84 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/potted_plants.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/potted_plants.yml @@ -11,8 +11,8 @@ - type: Fixtures fixtures: - shape: - !type:PhysShapeAabb - bounds: "-0.2,-0.2,0.2,0.2" + !type:PhysShapeCircle + radius: 0.2 mass: 25 mask: - MobImpassable @@ -22,6 +22,8 @@ - SmallImpassable - VaultImpassable - type: Sprite + drawdepth: Overdoors + offset: "0.0,0.3" noRot: true sprite: Structures/Furniture/potted_plants.rsi - type: PottedPlantHide @@ -76,8 +78,9 @@ - type: Fixtures fixtures: - shape: - !type:PhysShapeAabb - bounds: "-0.25,-0.47,0.25,0.05" + !type:PhysShapeCircle + radius: 0.2 + position: "0.0,-0.3" mass: 25 layer: - SmallImpassable