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:
|
Conditions:
|
||||||
powrup: powrup.a
|
powrup: powrup.a
|
||||||
Requirements:
|
Requirements:
|
||||||
powrup: !build-incomplete
|
powrup: !build-incomplete && !powrup.a
|
||||||
Power@pluga:
|
Power@pluga:
|
||||||
RequiresCondition: !empdisable && powrup.a
|
RequiresCondition: !empdisable && powrup.a
|
||||||
Amount: 50
|
Amount: 50
|
||||||
@@ -57,7 +57,7 @@ GAPOWR:
|
|||||||
Conditions:
|
Conditions:
|
||||||
powrup: powrup.b
|
powrup: powrup.b
|
||||||
Requirements:
|
Requirements:
|
||||||
powrup: !build-incomplete
|
powrup: !build-incomplete && !powrup.b
|
||||||
WithIdleOverlay@plugb:
|
WithIdleOverlay@plugb:
|
||||||
RequiresCondition: !build-incomplete && powrup.b
|
RequiresCondition: !build-incomplete && powrup.b
|
||||||
PauseOnCondition: empdisable
|
PauseOnCondition: empdisable
|
||||||
|
|||||||
@@ -133,9 +133,9 @@ GACTWR:
|
|||||||
tower.rocket: tower.rocket
|
tower.rocket: tower.rocket
|
||||||
tower.sam: tower.sam
|
tower.sam: tower.sam
|
||||||
Requirements:
|
Requirements:
|
||||||
tower.vulcan: !build-incomplete
|
tower.vulcan: !build-incomplete && !tower.vulcan && !tower.rocket && !tower.sam
|
||||||
tower.rocket: !build-incomplete
|
tower.rocket: !build-incomplete && !tower.rocket && !tower.vulcan && !tower.sam
|
||||||
tower.sam: !build-incomplete
|
tower.sam: !build-incomplete && !tower.vulcan && !tower.rocket && !tower.sam
|
||||||
ProvidesPrerequisite@buildingname:
|
ProvidesPrerequisite@buildingname:
|
||||||
SelectionDecorations:
|
SelectionDecorations:
|
||||||
Replacement:
|
Replacement:
|
||||||
|
|||||||
Reference in New Issue
Block a user