-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Labels
Description
I'm trying to upgrade Banshee ability from Startport TechLab.
I used below code:
if self.units(UnitTypeId.STARPORTTECHLAB).ready.exists:
for spt in self.units(UnitTypeId.STARPORTTECHLAB).idle:
# self.combinedActions.append(spt(AbilityId.STARPORTTECHLABRESEARCH_RESEARCHMEDIVACENERGYUPGRADE))
# self.combinedActions.append(spt(AbilityId.STARPORTTECHLABRESEARCH_RESEARCHDURABLEMATERIALS))
# self.combinedActions.append(spt(AbilityId.STARPORTTECHLABRESEARCH_RESEARCHLIBERATORAGMODE))
# self.combinedActions.append(spt(AbilityId.STARPORTTECHLABRESEARCH_RAVENRESEARCHENHANCEDMUNITIONS))
self.combinedActions.append(spt(AbilityId.STARPORTTECHLABRESEARCH_RESEARCHDURABLEMATERIALS))
await self.do_actions(self.combinedActions)
I tried each comment part, none of them work.
Now I cannot upgrade any ability from starport techlab.