[Hunt begins](https://codecombat.com/play/level/the-hunt-begins) only averages those in view

Hunt begins says it’s instructing you to take the averages, but it really only averages those currently in view, correct? Because the findenemy is in the while(true) and thus keeps being updated, and there’s no array of heights seen that’s stored or anything like that. Would probably be too difficult, because of having to make sure not to count any of them twice… - but then we can’t say we’re taking the average of the population.

Unless maybe I’m missing something. I used findbytype in findenemies to find my burls…