HearthSim / Joust

🍿 Hearthstone replays in your browser.
https://hearthsim.info/joust/
118 stars 20 forks source link

Highlight HeroPower when it's being played #147

Closed azeier closed 8 years ago

azeier commented 8 years ago

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.