- CheckStyle.

This commit is contained in:
Chris
2012-11-12 02:04:39 +00:00
parent 7f0319ea76
commit 05a80970fd

View File

@@ -43,8 +43,9 @@ public class CloneAi extends SpellAiLogic {
// don't use instant speed clone abilities outside humans
// Combat_Declare_Attackers_InstantAbility step
if ( (!phase.is(PhaseType.COMBAT_DECLARE_ATTACKERS_INSTANT_ABILITY) || Singletons.getModel().getGame().getCombat().getAttackers().isEmpty())
&& !phase.isPlayerTurn(ai)) {
if ((!phase.is(PhaseType.COMBAT_DECLARE_ATTACKERS_INSTANT_ABILITY)
|| Singletons.getModel().getGame().getCombat().getAttackers().isEmpty())
&& !phase.isPlayerTurn(ai)) {
return false;
}