Bug in bonus reward conditions

You can complete the map Descending Further with only 3 commands this way as well…

this.moveXY(40, 30);
this.moveXY(64, 17);
this.moveXY(100, 17);

But the map does not recognize it as correct and doesn’t give you the bonus

Very clever! Unfortunately, it’s counting each number you type in as a statement. The statement counter goal wasn’t designed for compound statements like this. We should really have a significant-line counter, but it’s not in yet. Here’s a bug that’s tracking the progress of better statement counting: https://github.com/codecombat/aether/issues/12