- Minor style fix.

This commit is contained in:
Agetian
2023-07-03 13:51:23 +03:00
parent 9a97545161
commit 67fa8afdba

View File

@@ -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"));