Ishadijcks / Ishadijcks.github.io

PokéClicker
15 stars 32 forks source link

You can get the same quest in a row #32

Closed Ishadijcks closed 7 years ago

Ishadijcks commented 7 years ago

Now whenever you skip a random quest, you don't want to get the same quest as last time.

You can add a check to the getQuestsByDifficulty() to not include quests that have the same 'type' as the current quest. Shouldn't be too hard :)

MrGrote commented 7 years ago

37