mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Minor addition to the spBounceTgt AI.
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user