Skip to content

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

@ghost

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

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