- 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

@@ -9,7 +9,7 @@ Deck Type=constructed
[main] [main]
4 Counterspell|7ED 4 Counterspell|7ED
4 Arcbound Worker|DST 4 Arcbound Worker|DST
4 Misty Rainforest|ZEN 4 Seat of the Synod
1 Mox Opal|SOM 1 Mox Opal|SOM
4 Tezzeret's Gambit|NPH 4 Tezzeret's Gambit|NPH
4 Steel Overseer|M11 4 Steel Overseer|M11
@@ -20,5 +20,7 @@ Deck Type=constructed
2 Arcbound Crusher|DST 2 Arcbound Crusher|DST
4 Arcbound Stinger|DST 4 Arcbound Stinger|DST
2 Contagion Engine|SOM 2 Contagion Engine|SOM
4 Vapor Snag|NPH 2 Contagion Clasp
1 Inexorable Tide
1 Viral Drake
[sideboard] [sideboard]

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 false;
} }
return chance; return chance;