Canister fixes and rework (#4266)

* Kills PipeNode ConnectToContainedEntities and EnvironmentalAir with fire.

* Reaction IGasMixtureHolder is nullable.

* Reworks canisters

* Adds PortablePipeNode and PortPipeNode, which connect to each other.
This commit is contained in:
Vera Aguilera Puerto
2021-07-12 10:00:50 +02:00
committed by GitHub
parent 077f158dda
commit d8e353742c
10 changed files with 96 additions and 107 deletions

View File

@@ -122,6 +122,6 @@
- type: NodeContainer
nodes:
connected:
!type:PipeNode
!type:PortPipeNode
nodeGroupID: Pipe
pipeDirection: SPBend
pipeDirection: South

View File

@@ -64,13 +64,10 @@
- type: NodeContainer
nodes:
port:
!type:PipeNode
!type:PortablePipeNode
nodeGroupID: Pipe
pipeDirection: Connector
connectionsEnabled: false
needAnchored: false
rotationsEnabled: false
volume: 1000
volume: 1
- type: GasPortable
- type: GasCanister