mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
- MillAI logic for Rebirth.
This commit is contained in:
@@ -38,6 +38,8 @@ public class MillAi extends SpellAbilityAi {
|
||||
} else if (aiLogic.equals("LilianaMill")) {
|
||||
// Only mill if a "Raise Dead" target is available, in case of control decks with few creatures
|
||||
return CardLists.filter(ai.getCardsIn(ZoneType.Graveyard), CardPredicates.Presets.CREATURES).size() >= 1;
|
||||
} else if (aiLogic.equals("Rebirth")) {
|
||||
return ai.getLife() <= 19;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user