mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28: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) {
|
||||
return t.getCurrentPower() < 5 && t.getCurrentToughness() < 5;
|
||||
}
|
||||
}
|
||||
).isEmpty();
|
||||
}).isEmpty();
|
||||
if (hasValidTgt) {
|
||||
Card worstCreature = ComputerUtilCard.getWorstCreatureAI(creatures);
|
||||
sa.getTargets().add(worstCreature);
|
||||
|
||||
Reference in New Issue
Block a user