Apocalypse pls help (solved)

Well, why did that doesn’t work:

while True:
    arts = hero.findByType("artillery")
    for art in arts:
        if art.target == hero:
            if hero.isReady("heart-shield"):
                hero.heartShield()
            else:
                hero.shield()
                

Yes, I’ve done(with ned)

You solved the level?

yep!!!
And thanks for @PeterPalov and @riticmaster908

2 Likes

I just have two levels left !

I’ll try the last two levels tomorrow!

Good night @PeterPalov

Good night! I will help you with the rest of the levels tomorrow then.

1 Like

Thank you again @PeterPalov

1 Like

One of the levels is a bug.

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.