today i will not stack 50 scrubbers (#20917)
This commit is contained in:
@@ -6,6 +6,9 @@
|
|||||||
mode: SnapgridCenter
|
mode: SnapgridCenter
|
||||||
components:
|
components:
|
||||||
- type: AtmosDevice
|
- type: AtmosDevice
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- Unstackable
|
||||||
- type: SubFloorHide
|
- type: SubFloorHide
|
||||||
blockInteractions: false
|
blockInteractions: false
|
||||||
blockAmbience: false
|
blockAmbience: false
|
||||||
@@ -53,6 +56,7 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- GasVent
|
- GasVent
|
||||||
|
- Unstackable
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
drawdepth: FloorObjects
|
drawdepth: FloorObjects
|
||||||
sprite: Structures/Piping/Atmospherics/vent.rsi
|
sprite: Structures/Piping/Atmospherics/vent.rsi
|
||||||
@@ -143,6 +147,7 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- GasScrubber
|
- GasScrubber
|
||||||
|
- Unstackable
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
drawdepth: FloorObjects
|
drawdepth: FloorObjects
|
||||||
sprite: Structures/Piping/Atmospherics/scrubber.rsi
|
sprite: Structures/Piping/Atmospherics/scrubber.rsi
|
||||||
|
|||||||
@@ -445,7 +445,8 @@
|
|||||||
state: vent_off
|
state: vent_off
|
||||||
conditions:
|
conditions:
|
||||||
- !type:TileNotBlocked {}
|
- !type:TileNotBlocked {}
|
||||||
|
- !type:NoUnstackableInTile
|
||||||
|
|
||||||
- type: construction
|
- type: construction
|
||||||
name: passive vent
|
name: passive vent
|
||||||
description: Unpowered vent that equalises gases on both sides.
|
description: Unpowered vent that equalises gases on both sides.
|
||||||
@@ -466,7 +467,8 @@
|
|||||||
state: vent_off
|
state: vent_off
|
||||||
conditions:
|
conditions:
|
||||||
- !type:TileNotBlocked {}
|
- !type:TileNotBlocked {}
|
||||||
|
- !type:NoUnstackableInTile
|
||||||
|
|
||||||
- type: construction
|
- type: construction
|
||||||
name: air scrubber
|
name: air scrubber
|
||||||
description: Sucks gas into connected pipes.
|
description: Sucks gas into connected pipes.
|
||||||
@@ -487,7 +489,8 @@
|
|||||||
state: scrub_off
|
state: scrub_off
|
||||||
conditions:
|
conditions:
|
||||||
- !type:TileNotBlocked {}
|
- !type:TileNotBlocked {}
|
||||||
|
- !type:NoUnstackableInTile
|
||||||
|
|
||||||
- type: construction
|
- type: construction
|
||||||
name: air injector
|
name: air injector
|
||||||
description: Injects air into the atmosphere.
|
description: Injects air into the atmosphere.
|
||||||
@@ -508,7 +511,8 @@
|
|||||||
state: injector
|
state: injector
|
||||||
conditions:
|
conditions:
|
||||||
- !type:TileNotBlocked {}
|
- !type:TileNotBlocked {}
|
||||||
|
- !type:NoUnstackableInTile
|
||||||
|
|
||||||
# ATMOS BINARY
|
# ATMOS BINARY
|
||||||
- type: construction
|
- type: construction
|
||||||
name: gas pump
|
name: gas pump
|
||||||
|
|||||||
Reference in New Issue
Block a user