diff --git a/Resources/Prototypes/_NF/Recipes/Construction/structures.yml b/Resources/Prototypes/_NF/Recipes/Construction/structures.yml index 994d69c318e..bf04b603ac5 100644 --- a/Resources/Prototypes/_NF/Recipes/Construction/structures.yml +++ b/Resources/Prototypes/_NF/Recipes/Construction/structures.yml @@ -65,40 +65,3 @@ state: closed conditions: - !type:TileNotBlocked - -#Airlocks -- type: construction - name: shuttle airlock - id: AirlockShuttleNfsd - graph: AirlockShuttleNfsd - startNode: start - targetNode: airlock - category: construction-category-structures - description: It opens, it closes, and maybe crushes you. Necessary for connecting two space craft together. - icon: - sprite: _NF/Structures/Doors/Airlocks/Standard/docknfsd.rsi - state: closed - # state: assembly - objectType: Structure - placementMode: SnapgridCenter - canBuildInImpassable: false - conditions: - - !type:TileNotBlocked - -- type: construction - name: glass shuttle airlock - id: AirlockGlassShuttleNfsd - graph: AirlockShuttleNfsd - startNode: start - targetNode: airlockGlass - category: construction-category-structures - description: It opens, it closes, and maybe crushes you. Necessary for connecting two space craft together. This one has a window. - icon: - sprite: _NF/Structures/Doors/Airlocks/Glass/docknfsd.rsi - state: closed - # state: assembly - objectType: Structure - placementMode: SnapgridCenter - canBuildInImpassable: false - conditions: - - !type:TileNotBlocked \ No newline at end of file