Fix wallmount generators and substations being blocked by wall (#12847)

This commit is contained in:
Errant
2022-12-06 23:34:56 +00:00
committed by GitHub
parent fc24040811
commit bf3b4dda5b
2 changed files with 5 additions and 1 deletions

View File

@@ -117,6 +117,7 @@
supplyRate: 3000 supplyRate: 3000
supplyRampRate: 500 supplyRampRate: 500
supplyRampTolerance: 500 supplyRampTolerance: 500
- type: WallMount
# Construction Frames # Construction Frames
@@ -143,6 +144,7 @@
- type: Construction - type: Construction
graph: WallmountGenerator graph: WallmountGenerator
node: frame node: frame
- type: WallMount
# Generators in use # Generators in use

View File

@@ -159,6 +159,7 @@
intensitySlope: 2 intensitySlope: 2
totalIntensity: 100 totalIntensity: 100
- type: StationInfiniteBatteryTarget - type: StationInfiniteBatteryTarget
- type: WallMount
# Substations in use # Substations in use
@@ -213,3 +214,4 @@
- type: Construction - type: Construction
graph: WallmountSubstation graph: WallmountSubstation
node: frame node: frame
- type: WallMount