mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Minor style fix.
This commit is contained in:
@@ -533,7 +533,7 @@ public class AiAttackController {
|
|||||||
CardCollection attackers = combat.getAttackers();
|
CardCollection attackers = combat.getAttackers();
|
||||||
Card bestAttacker = ComputerUtilCard.getBestCreatureAI(attackers);
|
Card bestAttacker = ComputerUtilCard.getBestCreatureAI(attackers);
|
||||||
for (Card c : bandingCreatures) {
|
for (Card c : bandingCreatures) {
|
||||||
Card bestBand = null;
|
Card bestBand;
|
||||||
|
|
||||||
if (c.hasKeyword("Bands with Other Legendary Creatures")) {
|
if (c.hasKeyword("Bands with Other Legendary Creatures")) {
|
||||||
bestBand = ComputerUtilCard.getBestCreatureAI(CardLists.getType(attackers, "Legendary"));
|
bestBand = ComputerUtilCard.getBestCreatureAI(CardLists.getType(attackers, "Legendary"));
|
||||||
|
|||||||
Reference in New Issue
Block a user