Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Sep 24, 2020 · 0 comments
Open

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

ghost opened this issue Sep 24, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 24, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants