mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Added Daxos of Meletis and Psychic Intrusion (only updated mana color conversion for human players)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user