- Fixed the AI playing useless Curse Pump spells.

This commit is contained in:
Sloth
2012-04-19 17:48:54 +00:00
parent e153bcf2f7
commit 907fa3f93e

View File

@@ -557,6 +557,8 @@ public class AbilityFactoryPump {
return containsUsefulKeyword(keywords, c, sa);
}
});
} else {
return new CardList();
}
}