Skip to content

Commit

Permalink
Merge pull request #1099 from honeyed-lemons/vent-crwaling-fix
Browse files Browse the repository at this point in the history
Hopefully fixes ventcrawling!
  • Loading branch information
widgetbeck authored Dec 22, 2024
2 parents 7efb0c7 + 32f3e60 commit 89fb1a2
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@
- type: WiredNetworkConnection
- type: AtmosMonitoringConsoleDevice
navMapBlip: GasFlowRegulator
- type: VentCrawTube
containerId: VentCrawTube
- type: VentCrawTransit

- type: entity
parent: GasBinaryBase
Expand Down Expand Up @@ -164,6 +167,9 @@
path: /Audio/Ambience/Objects/gas_hiss.ogg
- type: AtmosMonitoringConsoleDevice
navMapBlip: GasValve
- type: VentCrawTube
containerId: VentCrawTube
- type: VentCrawTransit

- type: entity
parent: GasBinaryBase
Expand Down Expand Up @@ -214,6 +220,9 @@
path: /Audio/Ambience/Objects/gas_hiss.ogg
- type: AtmosMonitoringConsoleDevice
navMapBlip: GasValve
- type: VentCrawTube
containerId: VentCrawTube
- type: VentCrawTransit

- type: entity
parent: GasBinaryBase
Expand Down Expand Up @@ -275,6 +284,9 @@
path: /Audio/Ambience/Objects/gas_hiss.ogg
- type: AtmosMonitoringConsoleDevice
navMapBlip: GasValve
- type: VentCrawTube
containerId: VentCrawTube
- type: VentCrawTransit

- type: entity
parent: GasBinaryBase
Expand Down Expand Up @@ -306,6 +318,9 @@
node: port
- type: AtmosMonitoringConsoleDevice
navMapBlip: GasVentOpening
- type: VentCrawTube
containerId: VentCrawTube
- type: VentCrawTransit

- type: entity
parent: GasVentPump
Expand Down Expand Up @@ -364,6 +379,9 @@
enabled: true
- type: AtmosMonitoringConsoleDevice
navMapBlip: GasVentOpening
- type: VentCrawTube
containerId: VentCrawTube
- type: VentCrawTransit

- type: entity
parent: [ BaseMachine, ConstructibleMachine ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
path: /Audio/Ambience/Objects/gas_hiss.ogg
- type: AtmosMonitoringConsoleDevice
navMapBlip: GasFlowRegulator
- type: VentCrawTube
containerId: VentCrawTube
- type: VentCrawJunction

- type: entity
parent: GasFilter
Expand Down Expand Up @@ -100,7 +103,9 @@
False: { state: gasFilterF }
- type: Construction
node: filterflipped

- type: VentCrawTube
containerId: VentCrawTube
- type: VentCrawJunction
- type: PipeColorVisuals
- type: NodeContainer
nodes:
Expand Down Expand Up @@ -162,6 +167,9 @@
path: /Audio/Ambience/Objects/gas_hiss.ogg
- type: AtmosMonitoringConsoleDevice
navMapBlip: GasFlowRegulator
- type: VentCrawTube
containerId: VentCrawTube
- type: VentCrawJunction

- type: entity
parent: GasMixer
Expand Down Expand Up @@ -205,6 +213,9 @@
pipeDirection: North
- type: Construction
node: mixerflipped
- type: VentCrawTube
containerId: VentCrawTube
- type: VentCrawJunction

- type: entity
parent: GasPipeBase
Expand Down Expand Up @@ -263,3 +274,6 @@
node: pneumaticvalve
- type: AtmosMonitoringConsoleDevice
navMapBlip: GasFlowRegulator
- type: VentCrawTube
containerId: VentCrawTube
- type: VentCrawJunction
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
- type: Weldable
- type: AtmosMonitoringConsoleDevice
navMapBlip: GasVentOpening
- type: VentCrawTube
containerId: VentCrawTube
- type: VentCrawEntry

- type: entity
parent: GasUnaryBase
Expand All @@ -96,6 +99,9 @@
node: passivevent
- type: AtmosMonitoringConsoleDevice
navMapBlip: GasVentOpening
- type: VentCrawTube
containerId: VentCrawTube
- type: VentCrawEntry

- type: entity
parent: [GasUnaryBase, AirSensorBase]
Expand Down Expand Up @@ -147,6 +153,9 @@
- type: Weldable
- type: AtmosMonitoringConsoleDevice
navMapBlip: GasVentScrubber
- type: VentCrawTube
containerId: VentCrawTube
- type: VentCrawEntry

- type: entity
parent: GasUnaryBase
Expand Down Expand Up @@ -188,6 +197,9 @@
- enum.LightLayers.Unshaded
- type: AtmosMonitoringConsoleDevice
navMapBlip: GasVentOpening
- type: VentCrawTube
containerId: VentCrawTube
- type: VentCrawEntry

- type: entity
parent: [ BaseMachinePowered, ConstructibleMachine ]
Expand Down

0 comments on commit 89fb1a2

Please sign in to comment.