mulander / evolutionchamber

Automatically exported from code.google.com/p/evolutionchamber
0 stars 0 forks source link

EcActionUpgradeCentrifugalHooks should require a lair #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the app (tested on the trunk and 0013)
2. Enter Centrifugal Hooks as the single target
3. Press [Start]

What is the expected output? What do you see instead?
I expect to get a lair before the upgrade.
Instead the upgrade is performed before getting a lair.

@0:00   M:50    G:0 L:3 S:6/10  BuildDrone
@0:15   Spawned:    Larva+1
@0:17   Spawned:    Drone+1
@0:43   M:202   G:0 L:3 S:7/10  BuildSpawningPool
@0:55   M:54    G:0 L:3 S:6/10  BuildDrone
@1:10   Spawned:    Larva+1
@1:10   M:68    G:0 L:3 S:7/10  BuildExtractor
@1:12   Spawned:    Drone+1
@1:24   M:103   G:0 L:3 S:6/10  BuildOverlord
@1:35   M:50    G:0 L:2 S:6/10  BuildDrone
@1:39   Spawned:    Larva+1
@1:40   Spawned:    Extractor+1
@1:48   Spawned:    Spawning Pool+1
@1:49   Spawned:    Overlord+1
@1:52   Spawned:    Drone+1
@1:54   Spawned:    Larva+1
@2:10   M:101   G:58    L:3 S:7/18  BuildBanelingNest
@3:10   Spawned:    Baneling Nest+1
@3:25   M:170   G:151   L:3 S:6/18      
@5:15   Evolved:    Centrifugal Hooks
Satisfied.
Number of actions in build order: 15
---Final Output---
At time: 5:15
Minerals: 267   Gas:      210   Supply:   6/18
Drones: 6
Overlords: 2
Hatcheries: 1
Gas Extractors: 1
Spawning Pools: 1
Baneling Nest: 1
Centrifugal Hooks
------------------
Thu Oct 21 23:55:20 CEST 2010: 266193.8421020408

Please use labels and text to provide additional information.
EcActionUpgradeCentrifugalHooks.isInvalid(EcBuildOrder) and 
EcActionUpgradeCentrifugalHooks.requirements(ecState) lacks any dependency on a 
lair.

Original issue reported on code.google.com by netpr...@gmail.com on 21 Oct 2010 at 10:10

GoogleCodeExporter commented 9 years ago
Fixed issue #33 - EcActionUpgradeCentrifugalHooks should require a lair
The Centrifugal Hooks (baneling speed) has a lair tech requirement.
--
---Final Output---
At time: 6:36
Minerals: 5 Gas:      416   Supply:   11/34
Drones: 11
Overlords: 4
Lairs: 1
Gas Extractors: 2
Spawning Pools: 1
Baneling Nest: 1
Centrifugal Hooks
------------------

Original comment by netpr...@gmail.com on 21 Oct 2010 at 10:14

GoogleCodeExporter commented 9 years ago
Note: fixed in r34

Original comment by netpr...@gmail.com on 21 Oct 2010 at 10:14

GoogleCodeExporter commented 9 years ago

Original comment by netpr...@gmail.com on 22 Oct 2010 at 6:39