- Minor formatting fix.

This commit is contained in:
Agetian
2017-06-24 13:33:48 +00:00
parent ae33812bb6
commit adefa11d3a

View File

@@ -83,8 +83,7 @@ public class DestroyAi extends SpellAbilityAi {
public boolean apply(Card t) {
return t.getCurrentPower() < 5 && t.getCurrentToughness() < 5;
}
}
).isEmpty();
}).isEmpty();
if (hasValidTgt) {
Card worstCreature = ComputerUtilCard.getWorstCreatureAI(creatures);
sa.getTargets().add(worstCreature);