mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Minor formatting fix.
This commit is contained in:
@@ -83,8 +83,7 @@ public class DestroyAi extends SpellAbilityAi {
|
|||||||
public boolean apply(Card t) {
|
public boolean apply(Card t) {
|
||||||
return t.getCurrentPower() < 5 && t.getCurrentToughness() < 5;
|
return t.getCurrentPower() < 5 && t.getCurrentToughness() < 5;
|
||||||
}
|
}
|
||||||
}
|
}).isEmpty();
|
||||||
).isEmpty();
|
|
||||||
if (hasValidTgt) {
|
if (hasValidTgt) {
|
||||||
Card worstCreature = ComputerUtilCard.getWorstCreatureAI(creatures);
|
Card worstCreature = ComputerUtilCard.getWorstCreatureAI(creatures);
|
||||||
sa.getTargets().add(worstCreature);
|
sa.getTargets().add(worstCreature);
|
||||||
|
|||||||
Reference in New Issue
Block a user