mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
added X cost options to AI
This commit is contained in:
parent
d1f0f5bf43
commit
1945538041
18 changed files with 150 additions and 31 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue