- AI will now play a creature with Exalted during main 1.

This commit is contained in:
jendave
2011-08-06 05:46:32 +00:00
parent 5b2cc2ce63
commit d4d13c7d81

View File

@@ -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");