Fix cable blocking not working properly due to inconsistent field naming (#5109)

This commit is contained in:
20kdc
2021-10-31 00:08:48 +01:00
committed by GitHub
parent 3cd88b8cf2
commit 02df91b39c

View File

@@ -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