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:
committed by
GitHub
parent
077f158dda
commit
d8e353742c
@@ -122,6 +122,6 @@
|
||||
- type: NodeContainer
|
||||
nodes:
|
||||
connected:
|
||||
!type:PipeNode
|
||||
!type:PortPipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: SPBend
|
||||
pipeDirection: South
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user