Revert no device stacking (#16608)
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
mode: SnapgridCenter
|
||||
components:
|
||||
- type: AtmosDevice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Unstackable
|
||||
- type: SubFloorHide
|
||||
blockInteractions: false
|
||||
blockAmbience: false
|
||||
|
||||
@@ -6,9 +6,6 @@
|
||||
mode: SnapgridCenter
|
||||
components:
|
||||
- type: AtmosDevice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Unstackable
|
||||
- type: SubFloorHide
|
||||
blockInteractions: false
|
||||
blockAmbience: false
|
||||
@@ -58,16 +55,11 @@
|
||||
type: GasFilterBoundUserInterface
|
||||
- type: GasFilter
|
||||
enabled: false
|
||||
transferRate: 1000
|
||||
maxTransferRate: 1000
|
||||
- type: Flippable
|
||||
mirrorEntity: GasFilterFlipped
|
||||
- type: Construction
|
||||
graph: GasTrinary
|
||||
node: filter
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
- !type:NoUnstackableInTile
|
||||
- type: AmbientSound
|
||||
enabled: false
|
||||
volume: -9
|
||||
@@ -213,9 +205,6 @@
|
||||
mode: SnapgridCenter
|
||||
components:
|
||||
- type: AtmosDevice
|
||||
- type: Tag
|
||||
tags:
|
||||
- Unstackable
|
||||
- type: SubFloorHide
|
||||
blockInteractions: false
|
||||
blockAmbience: false
|
||||
|
||||
@@ -516,7 +516,6 @@
|
||||
state: pumpPressure
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
- !type:NoUnstackableInTile
|
||||
|
||||
- type: construction
|
||||
name: volumetric gas pump
|
||||
@@ -538,7 +537,6 @@
|
||||
state: pumpVolume
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
- !type:NoUnstackableInTile
|
||||
|
||||
- type: construction
|
||||
id: GasPassiveGate
|
||||
@@ -560,7 +558,6 @@
|
||||
state: pumpPassiveGate
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
- !type:NoUnstackableInTile
|
||||
|
||||
- type: construction
|
||||
id: GasValve
|
||||
@@ -582,7 +579,6 @@
|
||||
state: pumpManualValve
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
- !type:NoUnstackableInTile
|
||||
|
||||
- type: construction
|
||||
id: SignalControlledValve
|
||||
@@ -604,7 +600,6 @@
|
||||
state: pumpSignalValve
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
- !type:NoUnstackableInTile
|
||||
|
||||
- type: construction
|
||||
id: GasPort
|
||||
@@ -626,7 +621,6 @@
|
||||
state: gasCanisterPort
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
- !type:NoUnstackableInTile
|
||||
|
||||
- type: construction
|
||||
id: GasDualPortVentPump
|
||||
@@ -684,24 +678,6 @@
|
||||
mirror: GasFilter
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
- !type:NoUnstackableInTile
|
||||
|
||||
- type: construction
|
||||
id: GasFilterFlipped
|
||||
name: gas filter [flipped]
|
||||
description: Very useful for filtering gases.
|
||||
graph: GasTrinary
|
||||
startNode: start
|
||||
targetNode: filter
|
||||
category: construction-category-utilities
|
||||
placementMode: SnapgridCenter
|
||||
canBuildInImpassable: false
|
||||
icon:
|
||||
sprite: Structures/Piping/Atmospherics/gasfilter.rsi
|
||||
state: gasFilterF
|
||||
conditions:
|
||||
- !type:TileNotBlocked {}
|
||||
- !type:NoUnstackableInTile
|
||||
|
||||
- type: construction
|
||||
id: GasMixer
|
||||
@@ -736,25 +712,7 @@
|
||||
state: gasMixerF
|
||||
mirror: GasMixer
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
- !type:NoUnstackableInTile
|
||||
|
||||
- type: construction
|
||||
id: GasMixerFlipped
|
||||
name: gas mixer [flipped]
|
||||
description: Very useful for mixing gases.
|
||||
graph: GasTrinary
|
||||
startNode: start
|
||||
targetNode: mixer
|
||||
category: construction-category-utilities
|
||||
placementMode: SnapgridCenter
|
||||
canBuildInImpassable: false
|
||||
icon:
|
||||
sprite: Structures/Piping/Atmospherics/gasmixer.rsi
|
||||
state: gasMixerF
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
- !type:NoUnstackableInTile
|
||||
- !type:TileNotBlocked {}
|
||||
|
||||
- type: construction
|
||||
id: PressureControlledValve
|
||||
@@ -770,8 +728,7 @@
|
||||
sprite: Structures/Piping/Atmospherics/pneumaticvalve.rsi
|
||||
state: off
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
- !type:NoUnstackableInTile
|
||||
- !type:TileNotBlocked {}
|
||||
|
||||
# INTERCOM
|
||||
- type: construction
|
||||
|
||||
@@ -694,9 +694,6 @@
|
||||
- type: Tag
|
||||
id: TrashBag
|
||||
|
||||
- type: Tag
|
||||
id: Unstackable # To prevent things like atmos devices (filters etc) being stacked on one tile. See NoUnstackableInTile
|
||||
|
||||
- type: Tag
|
||||
id: VehicleKey
|
||||
|
||||
|
||||
Reference in New Issue
Block a user