Skip to content

How to ask Queen EFFECT_INJECTLARVA"v" to hatcherys each one  #309

Description

for queen in self.units(sc2.constants.QUEEN).idle:
abilities = await self.get_available_abilities(queen)
if AbilityId.EFFECT_INJECTLARVA in abilities:
await self.do(queen(sc2.constants.EFFECT_INJECTLARVA, hatcherys.random))

I write like that
but several queen Inject eggs into the same target
i want to ask one queen link one Hatcherys
how should i do
thanks very much

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions