mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
You now get the option to unlock new sets after every 50 wins, not 100.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user