HumanPlaySpellAbility support "ActivateIgnoreColor"

This commit is contained in:
Northmoc
2022-04-26 10:56:08 -04:00
parent 67158c56b4
commit b4b607bf49

View File

@@ -138,6 +138,10 @@ public class HumanPlaySpellAbility {
keywordColor = true;
}
}
if (ability.hasParam("ActivateIgnoreColor")) {
AbilityUtils.applyManaColorConversion(payment, MagicColor.Constant.ANY_COLOR_CONVERSION);
manaColorConversion = true;
}
if (keywordColor) {
AbilityUtils.applyManaColorConversion(payment, params);