mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- isAnyMana is better for determining the nature of the ability for Cavern of Souls.
This commit is contained in:
@@ -223,7 +223,7 @@ public class ComputerUtilMana {
|
|||||||
// to attempt to make the spell uncounterable when possible.
|
// to attempt to make the spell uncounterable when possible.
|
||||||
if ((toPay == ManaCostShard.GENERIC || toPay == ManaCostShard.X)
|
if ((toPay == ManaCostShard.GENERIC || toPay == ManaCostShard.X)
|
||||||
&& ma.getHostCard().getName().equals("Cavern of Souls")
|
&& ma.getHostCard().getName().equals("Cavern of Souls")
|
||||||
&& !ma.getManaPart().canProduce("W")) {
|
&& !ma.getManaPart().isAnyMana()) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user