- The AI can now use Daybreak Coronet.

This commit is contained in:
Sloth
2013-03-14 21:43:08 +00:00
parent 592a18cf32
commit fe73d7433f
2 changed files with 2 additions and 3 deletions

View File

@@ -802,7 +802,7 @@ public class AttachAi extends SpellAbilityAi {
}
});
if (attachSource.isAura()) {
if (attachSource.isAura() && !attachSource.getName().equals("Daybreak Coronet")) {
// TODO For Auras like Rancor, that aren't as likely to lead to
// card disadvantage, this check should be skipped
prefList = CardLists.filter(prefList, Predicates.not(Presets.ENCHANTED));