mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
HumanPlaySpellAbility support "ActivateIgnoreColor"
This commit is contained in:
@@ -138,6 +138,10 @@ public class HumanPlaySpellAbility {
|
|||||||
keywordColor = true;
|
keywordColor = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (ability.hasParam("ActivateIgnoreColor")) {
|
||||||
|
AbilityUtils.applyManaColorConversion(payment, MagicColor.Constant.ANY_COLOR_CONVERSION);
|
||||||
|
manaColorConversion = true;
|
||||||
|
}
|
||||||
|
|
||||||
if (keywordColor) {
|
if (keywordColor) {
|
||||||
AbilityUtils.applyManaColorConversion(payment, params);
|
AbilityUtils.applyManaColorConversion(payment, params);
|
||||||
|
|||||||
Reference in New Issue
Block a user