Piping Unit test fixes (#3471)
* PipeNetDevice on piping prototypes * client component ignore * NodeContainer OnRemove bugfix * Moves some NodeContainer code from OnRemove to Shutdown * yaml indentation fix
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- type: GasCanisterPort
|
||||
- type: PipeNetDevice
|
||||
|
||||
- type: entity
|
||||
parent: GasCanisterPortBase
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
visuals:
|
||||
- type: PipeConnectorVisualizer
|
||||
- type: GasFilterVisualizer
|
||||
- type: PipeNetDevice
|
||||
|
||||
- type: entity
|
||||
parent: GasFilterBase
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
- type: GasGenerator
|
||||
- type: PipeNetDevice
|
||||
|
||||
- type: entity
|
||||
parent: GasGeneratorBase
|
||||
|
||||
@@ -30,4 +30,5 @@
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: East
|
||||
- type: PipeHeater
|
||||
- type: PipeHeater
|
||||
- type: PipeNetDevice
|
||||
@@ -30,7 +30,8 @@
|
||||
visuals:
|
||||
- type: PipeConnectorVisualizer
|
||||
- type: PumpVisualizer
|
||||
|
||||
- type: PipeNetDevice
|
||||
|
||||
- type: entity
|
||||
parent: PumpBase
|
||||
id: DebugPressurePump
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
visuals:
|
||||
- type: PipeConnectorVisualizer
|
||||
- type: SiphonVisualizer
|
||||
- type: PipeNetDevice
|
||||
|
||||
- type: entity
|
||||
parent: ScrubberBase
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
visuals:
|
||||
- type: PipeConnectorVisualizer
|
||||
- type: VentVisualizer
|
||||
- type: PipeNetDevice
|
||||
|
||||
- type: entity
|
||||
parent: VentBase
|
||||
|
||||
Reference in New Issue
Block a user