- Updated the quest deck Optimus Prime 3.

This commit is contained in:
Sloth
2013-12-20 14:44:19 +00:00
parent c8e1aff861
commit 489af75669
2 changed files with 27 additions and 25 deletions

View File

@@ -43,7 +43,7 @@ public class CountersProliferateAi extends SpellAbilityAi {
}
});
if ((cperms.size() == 0) && (hperms.size() == 0) && (ai.getOpponent().getPoisonCounters() == 0)) {
if (cperms.isEmpty() && hperms.isEmpty() && ai.getOpponent().getPoisonCounters() == 0) {
return false;
}
return chance;