From 02df91b39c613e0b8a5ebd6fb7499fd699def4b5 Mon Sep 17 00:00:00 2001 From: 20kdc Date: Sun, 31 Oct 2021 00:08:48 +0100 Subject: [PATCH] Fix cable blocking not working properly due to inconsistent field naming (#5109) --- Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml b/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml index 41005fdceb..a89a2dfeaa 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml @@ -37,7 +37,7 @@ HeldPrefix: coilhv - type: CablePlacer cablePrototypeID: CableHV - blockingCableType: HighVoltage + blockingWireType: HighVoltage - type: Appearance visuals: - type: StackVisualizer @@ -73,7 +73,7 @@ HeldPrefix: coilmv - type: CablePlacer cablePrototypeID: CableMV - blockingCableType: MediumVoltage + blockingWireType: MediumVoltage - type: Appearance visuals: - type: StackVisualizer @@ -108,7 +108,7 @@ HeldPrefix: coillv - type: CablePlacer cablePrototypeID: CableApcExtension - blockingCableType: Apc + blockingWireType: Apc - type: Appearance visuals: - type: StackVisualizer