mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +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.
|
||||
if ((toPay == ManaCostShard.GENERIC || toPay == ManaCostShard.X)
|
||||
&& ma.getHostCard().getName().equals("Cavern of Souls")
|
||||
&& !ma.getManaPart().canProduce("W")) {
|
||||
&& !ma.getManaPart().isAnyMana()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user