added X cost options to AI

This commit is contained in:
BetaSteward 2011-02-24 22:01:04 -05:00
parent d1f0f5bf43
commit 1945538041
18 changed files with 150 additions and 31 deletions

View file

@ -669,7 +669,7 @@ public class ComputerPlayer<T extends ComputerPlayer<T>> extends PlayerImpl<T> i
}
@Override
public boolean playXMana(VariableManaCost cost, Game game) {
public boolean playXMana(VariableManaCost cost, ManaCosts<ManaCost> costs, Game game) {
logger.debug("playXMana");
//put everything into X
for (Permanent perm: this.getAvailableManaProducers(game)) {