From 3a9b1eaa16023d9435ac99c34227aee0e054b300 Mon Sep 17 00:00:00 2001 From: themias <89101928+themias@users.noreply.github.com> Date: Fri, 12 Jul 2024 05:18:32 -0400 Subject: [PATCH] Allow notice boards to be built on walls (#29851) --- Resources/Prototypes/Recipes/Construction/furniture.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Recipes/Construction/furniture.yml b/Resources/Prototypes/Recipes/Construction/furniture.yml index ea11a09b96..80e65fdac3 100644 --- a/Resources/Prototypes/Recipes/Construction/furniture.yml +++ b/Resources/Prototypes/Recipes/Construction/furniture.yml @@ -899,9 +899,9 @@ objectType: Structure placementMode: SnapgridCenter canRotate: true - canBuildInImpassable: false + canBuildInImpassable: true conditions: - - !type:TileNotBlocked + - !type:WallmountCondition - type: construction id: Mannequin -- 2.51.2