Health starts at 889
executing code:
# Survive both waves by shielding and cleaving.
# When "cleave" is not ready, use your shield skill.
# You'll need at least 142 health to survive.
loop:
enemy = self.findNearestEnemy()
if self.isReady("cleave"):
self.cleave(enemy)
else:
self.shield()
code complete:
shield does nothing or cleave.
I watched the “Help” video and i have the same code.
used all my gems to improve armor and shield.
What am i doing wrong?