mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- CheckStyle.
This commit is contained in:
@@ -74,7 +74,7 @@ public class AnimateAi extends SpellAiLogic {
|
||||
|
||||
boolean bFlag = false;
|
||||
for (final Card c : defined) {
|
||||
bFlag |= (!c.isCreature() && !c.isTapped()
|
||||
bFlag |= (!c.isCreature() && !c.isTapped()
|
||||
&& !(c.getTurnInZone() == Singletons.getModel().getGame().getPhaseHandler().getTurn())
|
||||
&& !c.isEquipping());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user