Minor addition to the spBounceTgt AI.

This commit is contained in:
jendave
2011-08-06 05:37:57 +00:00
parent 5b7efcc320
commit 164e57a353

View File

@@ -2187,6 +2187,8 @@ public class CardFactory implements NewConstants {
@Override @Override
public boolean canPlayAI() { public boolean canPlayAI() {
if (AllZone.Phase.getTurn() <= 3) return false;
CardList results = new CardList(); CardList results = new CardList();
CardList choices = getTargets(); CardList choices = getTargets();