- More formatting.

This commit is contained in:
Agetian
2017-06-24 13:10:17 +00:00
parent 96b338ddd0
commit dd897bef84

View File

@@ -227,8 +227,7 @@ public class DestroyAi extends SpellAbilityAi {
return true; // becomes Terminate
} else {
if (source.getGame().getPhaseHandler().getPhase()
.isBefore(PhaseType.COMBAT_DECLARE_BLOCKERS)
|| // prevent surprise combatant
.isBefore(PhaseType.COMBAT_DECLARE_BLOCKERS) || // prevent surprise combatant
ComputerUtilCard.evaluateCreature(choice) < 1.5
* ComputerUtilCard.evaluateCreature(token)) {
return false;