Stop hiding gas recyclers under the floor (#11241)
This commit is contained in:
@@ -259,7 +259,7 @@
|
|||||||
pipeDirection: South
|
pipeDirection: South
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: [ GasBinaryBase, BaseMachine, ConstructibleMachine ]
|
parent: [ BaseMachine, ConstructibleMachine ]
|
||||||
id: GasRecycler
|
id: GasRecycler
|
||||||
name: gas recycler
|
name: gas recycler
|
||||||
description: Recycles carbon dioxide and nitrous oxide. Heater and compressor not included.
|
description: Recycles carbon dioxide and nitrous oxide. Heater and compressor not included.
|
||||||
@@ -284,7 +284,20 @@
|
|||||||
False: { state: unlit }
|
False: { state: unlit }
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
- type: PipeColorVisuals
|
- type: PipeColorVisuals
|
||||||
|
- type: Rotatable
|
||||||
- type: GasRecycler
|
- type: GasRecycler
|
||||||
|
- type: NodeContainer
|
||||||
|
nodes:
|
||||||
|
inlet:
|
||||||
|
!type:PipeNode
|
||||||
|
nodeGroupID: Pipe
|
||||||
|
pipeDirection: North
|
||||||
|
outlet:
|
||||||
|
!type:PipeNode
|
||||||
|
nodeGroupID: Pipe
|
||||||
|
pipeDirection: South
|
||||||
|
- type: AtmosDevice
|
||||||
|
- type: AtmosPipeColor
|
||||||
- type: AmbientSound
|
- type: AmbientSound
|
||||||
enabled: false
|
enabled: false
|
||||||
volume: -9
|
volume: -9
|
||||||
|
|||||||
Reference in New Issue
Block a user