today i will not stack 50 scrubbers (#20917)

This commit is contained in:
Skarletto
2023-10-11 11:20:21 -04:00
committed by GitHub
parent 071f75d146
commit 16032cf421
2 changed files with 13 additions and 4 deletions

View File

@@ -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

View File

@@ -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