Original Post — Direct link
almost 4 years ago - /u/Riot_AlphaLvSim - Direct link

Originally posted by Xamoth

I was playing a Bilgewater/SI deck, and I got Frejorld units in two different games thanks to [[Ethereal Remitter]] !

It seems like the game checks what cards you played during the game to decide which region you're running, instead of the regions used in the deck itself. Not sure if it should be considered a bug or not...

Ah ha, you are right! After staring at the quest code (for embarrassingly long lol) I figured it out: the quest is meant to check your deck after you draw the first card of the game and never again, BUT if you didn't have cards from that Region, it keeps checking your deck each time you draw.

The quests are meant to encourage you to queue up with a given Region, so we will be looking at this as a bug.

almost 4 years ago - /u/Riot_AlphaLvSim - Direct link

Originally posted by Xamoth

As a dev myself, I did feel like something was triggering when it shouldn't... :P Glad I could help !

Yup! If you have cards from that region it stops checking, but it only sets the check to True if it found something, otherwise it just keeps checking on every draw. One indent change difference haha