You now get the option to unlock new sets after every 50 wins, not 100.

This commit is contained in:
RumbleBBU
2012-10-19 05:44:25 +00:00
parent a5bff34e2d
commit 44ffb095ee

View File

@@ -189,7 +189,7 @@ public class QuestWinLoseHandler extends ControlWinLose {
}
// Unlock new sets?
if (this.wonMatch && qData.getAchievements().getWin() > 99 && (qData.getAchievements().getWin() % 100) == 0) {
if (this.wonMatch && qData.getAchievements().getWin() > 1 && (qData.getAchievements().getWin() % 50) == 0) {
unlockSets();
}