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