- Little update for the suspend AI.

This commit is contained in:
Sloth
2012-01-31 15:57:30 +00:00
parent 02039cc916
commit 6b825a9636
4 changed files with 2 additions and 4 deletions

View File

@@ -1570,7 +1570,7 @@ public class Card extends GameEntity implements Comparable<Card> {
//Spells
if (sa instanceof Spell) {
Spell spell = (Spell) sa;
if (!spell.canPlayFromEffectAI(false, true)) {
if (!spell.canPlayFromEffectAI(true, true)) {
continue;
}
} else {