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
supplyRampRate: 500
supplyRampTolerance: 500
- type: WallMount
# Construction Frames
@@ -143,6 +144,7 @@
- type: Construction
graph: WallmountGenerator
node: frame
- type: WallMount
# Generators in use

View File

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