From 38bf2b9874360ed11ebea91396a2fe62d0c5d911 Mon Sep 17 00:00:00 2001 From: "I.K" <45953835+notquitehadouken@users.noreply.github.com> Date: Tue, 9 May 2023 18:56:07 -0500 Subject: [PATCH] Add other shutter construction (#16282) --- .../Recipes/Construction/structures.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/Resources/Prototypes/Recipes/Construction/structures.yml b/Resources/Prototypes/Recipes/Construction/structures.yml index ca0eaae3e8..ad2931671c 100644 --- a/Resources/Prototypes/Recipes/Construction/structures.yml +++ b/Resources/Prototypes/Recipes/Construction/structures.yml @@ -467,6 +467,35 @@ placementMode: SnapgridCenter canBuildInImpassable: true +- type: construction + name: glass shutter + id: ShuttersWindow + graph: Shutters + startNode: start + targetNode: ShuttersWindow + category: construction-category-structures + description: This is a shutter - connect it to a button to open and close it. + icon: + sprite: Structures/Doors/Shutters/shutters_window.rsi + state: closed + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: true + +- type: construction + name: radiation shutter + id: ShuttersRadiation + graph: Shutters + startNode: start + targetNode: ShuttersRadiation + category: construction-category-structures + description: This is a shutter - connect it to a button to open and close it. + icon: + sprite: Structures/Doors/Shutters/shutters_radiation.rsi + state: closed + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: true - type: construction name: catwalk -- 2.51.2