mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Fix for the previous commit.
This commit is contained in:
@@ -134,7 +134,7 @@ public final class QuestUtilCards {
|
||||
pool.add(db.getCard(landName, landCode, i), artGroups[i - 1]);
|
||||
}
|
||||
} else {
|
||||
pool.add(db.getCard(landName, landCode, artCount > 1 ? MyRandom.getRandom().nextInt(artCount + 1) : 1), nBasic);
|
||||
pool.add(db.getCard(landName, landCode, artCount > 1 ? MyRandom.getRandom().nextInt(artCount) + 1 : 1), nBasic);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user