Fixed collision for gas and volumetric pumps (#32471)

Removed BaseMachinePowered from Gas and Volumetric pumps

Co-authored-by: august-sun <45527070+august.sun@users.noreply.github.com>
This commit is contained in:
august-sun 2024-09-26 23:49:20 -06:00 committed by deltanedas
parent 4237bfb089
commit dec9d5650f
1 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
- type: entity
- type: entity
parent: GasPipeBase
abstract: true
id: GasBinaryBase
@ -24,13 +24,16 @@
pipeDirection: South
- type: entity
parent: [BaseMachinePowered, GasBinaryBase]
parent: GasBinaryBase
id: GasPressurePump
name: gas pump
description: A pump that moves gas by pressure.
placement:
mode: SnapgridCenter
components:
- type: ExtensionCableReceiver
- type: LightningTarget
priority: 1
- type: ApcPowerReceiver
powerLoad: 200
- type: Rotatable
@ -69,13 +72,16 @@
path: /Audio/Ambience/Objects/gas_pump.ogg
- type: entity
parent: [BaseMachinePowered, GasBinaryBase]
parent: GasBinaryBase
id: GasVolumePump
name: volumetric gas pump
description: A pump that moves gas by volume.
placement:
mode: SnapgridCenter
components:
- type: ExtensionCableReceiver
- type: LightningTarget
priority: 1
- type: ApcPowerReceiver
powerLoad: 200
- type: Rotatable