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