]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fixed collision for gas and volumetric pumps (#32471)
authoraugust-sun <45527070+august-sun@users.noreply.github.com>
Fri, 27 Sep 2024 05:49:20 +0000 (23:49 -0600)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2024 05:49:20 +0000 (15:49 +1000)
Removed BaseMachinePowered from Gas and Volumetric pumps

Co-authored-by: august-sun <45527070+august.sun@users.noreply.github.com>
Resources/Prototypes/Entities/Structures/Piping/Atmospherics/binary.yml

index ba86ca65a06c0384aeab82d8097a3bdcbb477991..9f21e45a9635c60b2f1d291182aeb7798370ef8c 100644 (file)
@@ -1,4 +1,4 @@
-- type: entity
+- type: entity
   parent: GasPipeBase
   abstract: true
   id: GasBinaryBase
         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
       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