From 8a10aa4c12a97145a23aea123b31b453350a5af2 Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 5 Dec 2023 00:20:53 -0600 Subject: [PATCH] Fix Christmas tree bounding box (#22139) --- Resources/Prototypes/Entities/Objects/Decoration/flora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Decoration/flora.yml b/Resources/Prototypes/Entities/Objects/Decoration/flora.yml index 03ecb899a3..0ede50f53e 100644 --- a/Resources/Prototypes/Entities/Objects/Decoration/flora.yml +++ b/Resources/Prototypes/Entities/Objects/Decoration/flora.yml @@ -414,7 +414,7 @@ fix1: shape: !type:PhysShapeAabb - bounds: "-0.8,-1.5,0.8,-0.8" + bounds: "-0.5,0,0.5,0.75" density: 4500 layer: - WallLayer -- 2.51.2