- isAnyMana is better for determining the nature of the ability for Cavern of Souls.

This commit is contained in:
Agetian
2017-05-03 04:24:57 +00:00
parent 992540a17b
commit 3967267e9d

View File

@@ -223,7 +223,7 @@ public class ComputerUtilMana {
// to attempt to make the spell uncounterable when possible.
if ((toPay == ManaCostShard.GENERIC || toPay == ManaCostShard.X)
&& ma.getHostCard().getName().equals("Cavern of Souls")
&& !ma.getManaPart().canProduce("W")) {
&& !ma.getManaPart().isAnyMana()) {
continue;
}