- Added Daxos of Meletis and Psychic Intrusion (only updated mana color conversion for human players)

This commit is contained in:
swordshine
2014-02-13 05:13:14 +00:00
parent 59979056b9
commit 35d8ea0949
7 changed files with 84 additions and 30 deletions

View File

@@ -91,7 +91,7 @@ public class ComputerUtil {
}
final Cost cost = sa.getPayCosts();
// TODO: update mana color conversion for Daxos of Meletis
if (cost == null) {
if (ComputerUtilMana.payManaCost(ai, sa)) {
game.getStack().addAndUnfreeze(sa);
@@ -105,8 +105,6 @@ public class ComputerUtil {
game.getAction().reveal(sa.getSplicedCards(), ai, true, "Computer reveals spliced cards from ");
}
return true;
// TODO: solve problems with TapsForMana triggers by adding
// sources tapped here if possible (ArsenalNut)
}
}
//Should not arrive here