Fix pluggable regression
Modified gapowr and gatower upgrade requirements to prevent multiple stacking plug bug.
This commit is contained in:
@@ -44,7 +44,7 @@ GAPOWR:
|
||||
Conditions:
|
||||
powrup: powrup.a
|
||||
Requirements:
|
||||
powrup: !build-incomplete
|
||||
powrup: !build-incomplete && !powrup.a
|
||||
Power@pluga:
|
||||
RequiresCondition: !empdisable && powrup.a
|
||||
Amount: 50
|
||||
@@ -57,7 +57,7 @@ GAPOWR:
|
||||
Conditions:
|
||||
powrup: powrup.b
|
||||
Requirements:
|
||||
powrup: !build-incomplete
|
||||
powrup: !build-incomplete && !powrup.b
|
||||
WithIdleOverlay@plugb:
|
||||
RequiresCondition: !build-incomplete && powrup.b
|
||||
PauseOnCondition: empdisable
|
||||
|
||||
@@ -133,9 +133,9 @@ GACTWR:
|
||||
tower.rocket: tower.rocket
|
||||
tower.sam: tower.sam
|
||||
Requirements:
|
||||
tower.vulcan: !build-incomplete
|
||||
tower.rocket: !build-incomplete
|
||||
tower.sam: !build-incomplete
|
||||
tower.vulcan: !build-incomplete && !tower.vulcan && !tower.rocket && !tower.sam
|
||||
tower.rocket: !build-incomplete && !tower.rocket && !tower.vulcan && !tower.sam
|
||||
tower.sam: !build-incomplete && !tower.vulcan && !tower.rocket && !tower.sam
|
||||
ProvidesPrerequisite@buildingname:
|
||||
SelectionDecorations:
|
||||
Replacement:
|
||||
|
||||
Reference in New Issue
Block a user