- 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

@@ -1,24 +1,26 @@
[duel]
[metadata]
Name=Optimus Prime 3
Title=Optimus Prime
Difficulty=hard
Description=Mono U deck with Modular creatures and proliferate spells
Icon=Optimus Prime.jpg
Deck Type=constructed
[main]
4 Counterspell|7ED
4 Arcbound Worker|DST
4 Misty Rainforest|ZEN
1 Mox Opal|SOM
4 Tezzeret's Gambit|NPH
4 Steel Overseer|M11
1 Mox Sapphire|2ED
4 Arcbound Slith|DST
18 Island|MBS
4 Steady Progress|SOM
2 Arcbound Crusher|DST
4 Arcbound Stinger|DST
2 Contagion Engine|SOM
4 Vapor Snag|NPH
[sideboard]
[duel]
[metadata]
Name=Optimus Prime 3
Title=Optimus Prime
Difficulty=hard
Description=Mono U deck with Modular creatures and proliferate spells
Icon=Optimus Prime.jpg
Deck Type=constructed
[main]
4 Counterspell|7ED
4 Arcbound Worker|DST
4 Seat of the Synod
1 Mox Opal|SOM
4 Tezzeret's Gambit|NPH
4 Steel Overseer|M11
1 Mox Sapphire|2ED
4 Arcbound Slith|DST
18 Island|MBS
4 Steady Progress|SOM
2 Arcbound Crusher|DST
4 Arcbound Stinger|DST
2 Contagion Engine|SOM
2 Contagion Clasp
1 Inexorable Tide
1 Viral Drake
[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 chance;