I moved the descriptor loop up to only have to iterate over it once.
There might be a better solution for early loop exit, I'm not entirely sure. But this should prevent the Hero Power from blinking if the top descriptor changes. Relevant changes are L75 and L104.
I moved the descriptor loop up to only have to iterate over it once.
There might be a better solution for early loop exit, I'm not entirely sure. But this should prevent the Hero Power from blinking if the top descriptor changes. Relevant changes are L75 and L104.
Closes #140.