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,6 +445,7 @@
|
|||||||
state: vent_off
|
state: vent_off
|
||||||
conditions:
|
conditions:
|
||||||
- !type:TileNotBlocked {}
|
- !type:TileNotBlocked {}
|
||||||
|
- !type:NoUnstackableInTile
|
||||||
|
|
||||||
- type: construction
|
- type: construction
|
||||||
name: passive vent
|
name: passive vent
|
||||||
@@ -466,6 +467,7 @@
|
|||||||
state: vent_off
|
state: vent_off
|
||||||
conditions:
|
conditions:
|
||||||
- !type:TileNotBlocked {}
|
- !type:TileNotBlocked {}
|
||||||
|
- !type:NoUnstackableInTile
|
||||||
|
|
||||||
- type: construction
|
- type: construction
|
||||||
name: air scrubber
|
name: air scrubber
|
||||||
@@ -487,6 +489,7 @@
|
|||||||
state: scrub_off
|
state: scrub_off
|
||||||
conditions:
|
conditions:
|
||||||
- !type:TileNotBlocked {}
|
- !type:TileNotBlocked {}
|
||||||
|
- !type:NoUnstackableInTile
|
||||||
|
|
||||||
- type: construction
|
- type: construction
|
||||||
name: air injector
|
name: air injector
|
||||||
@@ -508,6 +511,7 @@
|
|||||||
state: injector
|
state: injector
|
||||||
conditions:
|
conditions:
|
||||||
- !type:TileNotBlocked {}
|
- !type:TileNotBlocked {}
|
||||||
|
- !type:NoUnstackableInTile
|
||||||
|
|
||||||
# ATMOS BINARY
|
# ATMOS BINARY
|
||||||
- type: construction
|
- type: construction
|
||||||
|
|||||||
Reference in New Issue
Block a user