mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
IKO - Mythos cycle tweaks
This commit is contained in:
committed by
Hans Mackowiak
parent
84519d10ea
commit
4be26f575c
@@ -448,7 +448,7 @@ public class SpellAbilityCondition extends SpellAbilityVariables {
|
||||
for (String s : getManaNotSpent().split(" ")) {
|
||||
toPay |= MagicColor.fromName(s);
|
||||
}
|
||||
if (0 != (toPay & sa.getHostCard().getColorsPaid())) {
|
||||
if (toPay == (toPay & sa.getHostCard().getColorsPaid())) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user