mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Checkstyle.
This commit is contained in:
@@ -960,7 +960,7 @@ public class CardList implements Iterable<Card> {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
* getMonoColored.
|
* getMonoColored.
|
||||||
|
|||||||
@@ -277,7 +277,7 @@ public final class BoosterDraft implements IBoosterDraft {
|
|||||||
for (int i = 1; i < this.pack.size(); i++) {
|
for (int i = 1; i < this.pack.size(); i++) {
|
||||||
|
|
||||||
final CardList forAi = new CardList();
|
final CardList forAi = new CardList();
|
||||||
final List<CardPrinted> booster = this.pack.get((iHumansBooster+i) % this.pack.size());
|
final List<CardPrinted> booster = this.pack.get((iHumansBooster + i) % this.pack.size());
|
||||||
for (final CardPrinted cr : booster) {
|
for (final CardPrinted cr : booster) {
|
||||||
forAi.add(cr.toForgeCard());
|
forAi.add(cr.toForgeCard());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user