Make pressure and volume pumps require power (#28995)
This commit is contained in:
@@ -24,13 +24,18 @@
|
||||
pipeDirection: South
|
||||
|
||||
- type: entity
|
||||
parent: GasBinaryBase
|
||||
parent: [BaseMachinePowered, GasBinaryBase]
|
||||
id: GasPressurePump
|
||||
name: gas pump
|
||||
description: A pump that moves gas by pressure.
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
components:
|
||||
- type: ApcPowerReceiver
|
||||
powerLoad: 200
|
||||
- type: Rotatable
|
||||
- type: Transform
|
||||
noRot: false
|
||||
- type: Sprite
|
||||
sprite: Structures/Piping/Atmospherics/pump.rsi
|
||||
layers:
|
||||
@@ -64,13 +69,18 @@
|
||||
path: /Audio/Ambience/Objects/gas_pump.ogg
|
||||
|
||||
- type: entity
|
||||
parent: GasBinaryBase
|
||||
parent: [BaseMachinePowered, GasBinaryBase]
|
||||
id: GasVolumePump
|
||||
name: volumetric gas pump
|
||||
description: A pump that moves gas by volume.
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
components:
|
||||
- type: ApcPowerReceiver
|
||||
powerLoad: 200
|
||||
- type: Rotatable
|
||||
- type: Transform
|
||||
noRot: false
|
||||
- type: Sprite
|
||||
sprite: Structures/Piping/Atmospherics/pump.rsi
|
||||
layers:
|
||||
|
||||
Reference in New Issue
Block a user