- Minor code style unification.

This commit is contained in:
Agetian
2017-08-24 17:46:01 +00:00
parent f83e03e775
commit aaf16273a9

View File

@@ -214,7 +214,7 @@ public class ComputerUtilMana {
// If a manland was previously animated this turn, do not tap it to animate another manland
if (sa.getHostCard().isLand() && ma.getHostCard().isLand()
&& ai.getController() instanceof PlayerControllerAi
&& ai.getController().isAI()
&& AnimateAi.isAnimatedThisTurn(ai, ma.getHostCard())) {
continue;
}