From 16032cf421a43608d5c04dad04a3fd43290240f4 Mon Sep 17 00:00:00 2001 From: Skarletto <122584947+Skarletto@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:20:21 -0400 Subject: [PATCH] today i will not stack 50 scrubbers (#20917) --- .../Structures/Piping/Atmospherics/unary.yml | 5 +++++ .../Prototypes/Recipes/Construction/utilities.yml | 12 ++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml index e9d1c4a30d..1d08bd8c6e 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml @@ -6,6 +6,9 @@ mode: SnapgridCenter components: - type: AtmosDevice + - type: Tag + tags: + - Unstackable - type: SubFloorHide blockInteractions: false blockAmbience: false @@ -53,6 +56,7 @@ - type: Tag tags: - GasVent + - Unstackable - type: Sprite drawdepth: FloorObjects sprite: Structures/Piping/Atmospherics/vent.rsi @@ -143,6 +147,7 @@ - type: Tag tags: - GasScrubber + - Unstackable - type: Sprite drawdepth: FloorObjects sprite: Structures/Piping/Atmospherics/scrubber.rsi diff --git a/Resources/Prototypes/Recipes/Construction/utilities.yml b/Resources/Prototypes/Recipes/Construction/utilities.yml index 40fe9b6883..d1dac1d1b0 100644 --- a/Resources/Prototypes/Recipes/Construction/utilities.yml +++ b/Resources/Prototypes/Recipes/Construction/utilities.yml @@ -445,7 +445,8 @@ state: vent_off conditions: - !type:TileNotBlocked {} - + - !type:NoUnstackableInTile + - type: construction name: passive vent description: Unpowered vent that equalises gases on both sides. @@ -466,7 +467,8 @@ state: vent_off conditions: - !type:TileNotBlocked {} - + - !type:NoUnstackableInTile + - type: construction name: air scrubber description: Sucks gas into connected pipes. @@ -487,7 +489,8 @@ state: scrub_off conditions: - !type:TileNotBlocked {} - + - !type:NoUnstackableInTile + - type: construction name: air injector description: Injects air into the atmosphere. @@ -508,7 +511,8 @@ state: injector conditions: - !type:TileNotBlocked {} - + - !type:NoUnstackableInTile + # ATMOS BINARY - type: construction name: gas pump -- 2.51.2