mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Fixed a bug in CostTapType
This commit is contained in:
@@ -152,7 +152,9 @@ public final class BoosterUtils {
|
||||
final ArrayList<PaperCard> result = new ArrayList<PaperCard>();
|
||||
|
||||
final int size = allowedColors == null ? 0 : allowedColors.size();
|
||||
Collections.shuffle(allowedColors);
|
||||
if (allowedColors != null) {
|
||||
Collections.shuffle(allowedColors);
|
||||
}
|
||||
|
||||
int cntMade = 0, iAttempt = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user