mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- The AI can now use Daybreak Coronet.
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user