today i will not stack 50 scrubbers (#20917)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user