From c33508b7e178da70ebcb40a0004f1dba1e4f7c55 Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Mon, 27 Jun 2022 08:42:27 +0300 Subject: [PATCH] Adds TileNotBlocked to atmos stuff (#8959) --- .../Recipes/Construction/utilities.yml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Resources/Prototypes/Recipes/Construction/utilities.yml b/Resources/Prototypes/Recipes/Construction/utilities.yml index e148a0efc7..7f75369e70 100644 --- a/Resources/Prototypes/Recipes/Construction/utilities.yml +++ b/Resources/Prototypes/Recipes/Construction/utilities.yml @@ -326,6 +326,8 @@ icon: sprite: Structures/Piping/Atmospherics/vent.rsi state: vent_off + conditions: + - !type:TileNotBlocked {} - type: construction name: passive vent @@ -339,6 +341,8 @@ icon: sprite: Structures/Piping/Atmospherics/vent.rsi state: vent_off + conditions: + - !type:TileNotBlocked {} - type: construction name: air scrubber @@ -352,6 +356,8 @@ icon: sprite: Structures/Piping/Atmospherics/scrubber.rsi state: scrub_off + conditions: + - !type:TileNotBlocked {} - type: construction name: air injector @@ -365,6 +371,8 @@ icon: sprite: Structures/Piping/Atmospherics/pipe.rsi state: pipeHalf + conditions: + - !type:TileNotBlocked {} # ATMOS BINARY - type: construction @@ -379,6 +387,8 @@ icon: sprite: Structures/Piping/Atmospherics/pump.rsi state: pumpPressure + conditions: + - !type:TileNotBlocked {} - type: construction name: volumetric gas pump @@ -392,6 +402,8 @@ icon: sprite: Structures/Piping/Atmospherics/pump.rsi state: pumpVolume + conditions: + - !type:TileNotBlocked {} - type: construction id: GasPassiveGate @@ -405,6 +417,8 @@ icon: sprite: Structures/Piping/Atmospherics/pump.rsi state: pumpPassiveGate + conditions: + - !type:TileNotBlocked {} - type: construction id: GasValve @@ -418,6 +432,8 @@ icon: sprite: Structures/Piping/Atmospherics/pump.rsi state: pumpManualValve + conditions: + - !type:TileNotBlocked {} - type: construction id: GasPort @@ -431,6 +447,8 @@ icon: sprite: Structures/Piping/Atmospherics/gascanisterport.rsi state: gasCanisterPort + conditions: + - !type:TileNotBlocked {} - type: construction id: GasDualPortVentPump @@ -444,6 +462,8 @@ icon: sprite: Structures/Piping/Atmospherics/vent.rsi state: vent_off + conditions: + - !type:TileNotBlocked {} # ATMOS TRINARY - type: construction @@ -458,6 +478,8 @@ icon: sprite: Structures/Piping/Atmospherics/gasfilter.rsi state: gasFilter + conditions: + - !type:TileNotBlocked {} - type: construction id: GasMixer @@ -471,4 +493,6 @@ icon: sprite: Structures/Piping/Atmospherics/gasmixer.rsi state: gasMixer + conditions: + - !type:TileNotBlocked {}