mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
ComputerUtilMana support "ActivateIgnoreColor"
This commit is contained in:
@@ -680,6 +680,8 @@ public class ComputerUtilMana {
|
|||||||
} else if (mayPlay.hasParam("MayPlayIgnoreType")) {
|
} else if (mayPlay.hasParam("MayPlayIgnoreType")) {
|
||||||
ignoreType = true;
|
ignoreType = true;
|
||||||
}
|
}
|
||||||
|
} else if (sa.hasParam("ActivateIgnoreColor")) {
|
||||||
|
ignoreColor = true;
|
||||||
}
|
}
|
||||||
boolean hasConverge = sa.getHostCard().hasConverge();
|
boolean hasConverge = sa.getHostCard().hasConverge();
|
||||||
ListMultimap<ManaCostShard, SpellAbility> sourcesForShards = getSourcesForShards(cost, sa, ai, test,
|
ListMultimap<ManaCostShard, SpellAbility> sourcesForShards = getSourcesForShards(cost, sa, ai, test,
|
||||||
|
|||||||
Reference in New Issue
Block a user