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:
collinlunn
2021-03-02 11:58:19 -07:00
committed by GitHub
parent 91cea56a5a
commit 06f549d282
12 changed files with 25 additions and 12 deletions

View File

@@ -29,6 +29,7 @@
- !type:DoActsBehavior
acts: ["Destruction"]
- type: GasCanisterPort
- type: PipeNetDevice
- type: entity
parent: GasCanisterPortBase

View File

@@ -30,6 +30,7 @@
visuals:
- type: PipeConnectorVisualizer
- type: GasFilterVisualizer
- type: PipeNetDevice
- type: entity
parent: GasFilterBase

View File

@@ -23,6 +23,7 @@
- type: SnapGrid
offset: Center
- type: GasGenerator
- type: PipeNetDevice
- type: entity
parent: GasGeneratorBase

View File

@@ -30,4 +30,5 @@
- !type:PipeNode
nodeGroupID: Pipe
pipeDirection: East
- type: PipeHeater
- type: PipeHeater
- type: PipeNetDevice

View File

@@ -30,7 +30,8 @@
visuals:
- type: PipeConnectorVisualizer
- type: PumpVisualizer
- type: PipeNetDevice
- type: entity
parent: PumpBase
id: DebugPressurePump

View File

@@ -30,6 +30,7 @@
visuals:
- type: PipeConnectorVisualizer
- type: SiphonVisualizer
- type: PipeNetDevice
- type: entity
parent: ScrubberBase

View File

@@ -30,6 +30,7 @@
visuals:
- type: PipeConnectorVisualizer
- type: VentVisualizer
- type: PipeNetDevice
- type: entity
parent: VentBase