From: august-sun <45527070+august-sun@users.noreply.github.com> Date: Fri, 27 Sep 2024 05:49:20 +0000 (-0600) Subject: Fixed collision for gas and volumetric pumps (#32471) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=b9b0c103613caf68aa8b91b89783ea896445e2e3;p=space-station-14.git 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> --- diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/binary.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/binary.yml index ba86ca65a0..9f21e45a96 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/binary.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/binary.yml @@ -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