mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- AI will now play a creature with Exalted during main 1.
This commit is contained in:
@@ -152,7 +152,7 @@ public class ComputerAI_General implements Computer {
|
||||
return true;
|
||||
|
||||
if(c.isLand()) return false;
|
||||
if(c.isCreature() && c.getKeyword().contains("Haste")) return true;
|
||||
if(c.isCreature() && (c.getKeyword().contains("Haste")) || c.getKeyword().contains("Exalted")) return true;
|
||||
CardList Vengevines = new CardList();
|
||||
Vengevines.addAll(AllZone.getZone(Constant.Zone.Graveyard, "Computer").getCards());
|
||||
Vengevines = Vengevines.getName("Vengevine");
|
||||
|
||||
Reference in New Issue
Block a user