Skip to content

Commit

Permalink
removed useless act in adet all in
Browse files Browse the repository at this point in the history
  • Loading branch information
Aki Vänttinen committed Mar 16, 2020
1 parent 117bc40 commit d730b35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dummies/protoss/adept_allin.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ async def create_plan(self) -> BuildOrder:
return BuildOrder([
Step(None, ChronoUnitProduction(UnitTypeId.PROBE, UnitTypeId.NEXUS),
skip=RequiredUnitExists(UnitTypeId.PROBE, 20, include_pending=True), skip_until=RequiredUnitExists(UnitTypeId.ASSIMILATOR, 1)),
ChronoTech(AbilityId.RESEARCH_BLINK, UnitTypeId.TWILIGHTCOUNCIL),
SequentialList([
GridBuilding(UnitTypeId.PYLON, 1),
ActUnit(UnitTypeId.PROBE, UnitTypeId.NEXUS, 14),
Expand Down

0 comments on commit d730b35

Please sign in to comment.