From aadc75a07abcbffeea292b61411838fbfd2777e6 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Tue, 26 Dec 2023 09:27:15 +0100 Subject: [PATCH] Fix potted plants going over doors (#22869) * Update potted_plants.yml * Update potted_plants.yml --- .../Entities/Structures/Furniture/potted_plants.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Furniture/potted_plants.yml b/Resources/Prototypes/Entities/Structures/Furniture/potted_plants.yml index 0c0aa495dc..6c95829723 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/potted_plants.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/potted_plants.yml @@ -18,9 +18,9 @@ radius: 0.1 density: 190 mask: - - Impassable + - HighImpassable - type: Sprite - drawdepth: Overdoors + drawdepth: SmallObjects offset: "0.0,0.3" sprite: Structures/Furniture/potted_plants.rsi noRot: true @@ -275,4 +275,4 @@ parent: PottedPlant27 components: - type: Sprite - state: plant-30 \ No newline at end of file + state: plant-30 -- 2.51.2