From ea60a81fdf6ccbeea17d18d33b44282e7e5082e3 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 4 Jul 2021 22:35:09 +1000 Subject: [PATCH] "fix" potted plants bb (#4255) I believe it'd be one of the ones without worldrotation when we start doing rotated grids so I made it square for now. Really I was just trying to stop the one at arrivals being jammed between the 2 walls constantly. --- .../Entities/Constructible/Furniture/potted_plants.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Constructible/Furniture/potted_plants.yml b/Resources/Prototypes/Entities/Constructible/Furniture/potted_plants.yml index 2f04ab3d3c..e6d8dc2e04 100644 --- a/Resources/Prototypes/Entities/Constructible/Furniture/potted_plants.yml +++ b/Resources/Prototypes/Entities/Constructible/Furniture/potted_plants.yml @@ -9,7 +9,7 @@ fixtures: - shape: !type:PhysShapeAabb - bounds: "-0.5, -0.2, 0.5, 0.2" + bounds: "-0.2, -0.2, 0.2, 0.2" mass: 25 mask: - MobImpassable