mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- More formatting.
This commit is contained in:
@@ -227,8 +227,7 @@ public class DestroyAi extends SpellAbilityAi {
|
|||||||
return true; // becomes Terminate
|
return true; // becomes Terminate
|
||||||
} else {
|
} else {
|
||||||
if (source.getGame().getPhaseHandler().getPhase()
|
if (source.getGame().getPhaseHandler().getPhase()
|
||||||
.isBefore(PhaseType.COMBAT_DECLARE_BLOCKERS)
|
.isBefore(PhaseType.COMBAT_DECLARE_BLOCKERS) || // prevent surprise combatant
|
||||||
|| // prevent surprise combatant
|
|
||||||
ComputerUtilCard.evaluateCreature(choice) < 1.5
|
ComputerUtilCard.evaluateCreature(choice) < 1.5
|
||||||
* ComputerUtilCard.evaluateCreature(token)) {
|
* ComputerUtilCard.evaluateCreature(token)) {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user