mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
the most intuitive one
This commit is contained in:
@@ -196,7 +196,7 @@ public class QuestWinLose extends ControlWinLose {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Unlock new sets?
|
// Unlock new sets?
|
||||||
if (this.wonMatch && (wins + 1) % 50 == 0) {
|
if (this.wonMatch && wins % 50 == 49) {
|
||||||
unlockSets();
|
unlockSets();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user