- The AI can now use Spirit Guides.

This commit is contained in:
Sloth
2013-03-03 13:33:31 +00:00
parent 3c9ee0f012
commit cb74a3b60e
4 changed files with 2 additions and 2 deletions

View File

@@ -460,6 +460,7 @@ public class ComputerUtilMana {
private static List<Card> getAvailableMana(final Player ai, final boolean checkPlayable) {
final GameState game = Singletons.getModel().getGame();
final List<Card> list = ai.getCardsIn(ZoneType.Battlefield);
list.addAll(ai.getCardsIn(ZoneType.Hand));
final List<Card> manaSources = CardLists.filter(list, new Predicate<Card>() {
@Override
public boolean apply(final Card c) {