- Limited the failing of the AI when faced with Ogre Marauder.

This commit is contained in:
Sloth
2012-02-14 14:47:40 +00:00
parent 6450c91b2b
commit b87536b72f

View File

@@ -482,6 +482,9 @@ public class AbilityFactorySacrifice {
CardList sacList = null;
for (final Player p : tgts) {
if (p.isComputer()) {
if (params.containsKey("Optional") && sa.getActivatingPlayer().isHuman()) {
continue;
}
sacList = AbilityFactorySacrifice.sacrificeAI(p, amount, valid, sa, destroy);
} else {
sacList = AbilityFactorySacrifice.sacrificeHuman(p, amount, valid, sa, destroy,