mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- CheckStyle.
This commit is contained in:
@@ -5,7 +5,7 @@ import forge.card.spellability.SpellAbility;
|
|||||||
import forge.game.player.Player;
|
import forge.game.player.Player;
|
||||||
|
|
||||||
public class AnimateAllAi extends SpellAiLogic {
|
public class AnimateAllAi extends SpellAiLogic {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected boolean canPlayAI(Player aiPlayer, SpellAbility sa) {
|
protected boolean canPlayAI(Player aiPlayer, SpellAbility sa) {
|
||||||
return false;
|
return false;
|
||||||
@@ -16,4 +16,4 @@ public class AnimateAllAi extends SpellAiLogic {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // end class AbilityFactoryAnimate
|
} // end class AbilityFactoryAnimate
|
||||||
|
|||||||
Reference in New Issue
Block a user