Hi.
In level 17 - in German it’s named ‘Munchkin Ernte’, in English probably ‘Munchkin Harvest’ are two errors:
- I can’t find ‘Amara Arrowhead’
- To get the level I tried to run the following code:
loop:
enemy = self.findNearestEnemy()
if self.isReady(“cleave”):
self.cleave(enemy)
else:
self.attack(enemy)
Although it is the same code as in the help video it doesn’t run. Because the hero had been killed.
Help would be great.
Regards, bolshii