mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Minor fix
This commit is contained in:
@@ -69,7 +69,7 @@ public final class QuestData {
|
||||
ItemPool<InventoryItem> newCardList = new ItemPool<InventoryItem>(InventoryItem.class); // cards acquired since last game-win/loss
|
||||
|
||||
// Challenge history
|
||||
int challengesPlayed = -1;
|
||||
int challengesPlayed = 0;
|
||||
List<Integer> availableChallenges = new ArrayList<Integer>();
|
||||
List<Integer> completedChallenges = new ArrayList<Integer>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user