mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Updated the quest deck Optimus Prime 3.
This commit is contained in:
@@ -9,7 +9,7 @@ Deck Type=constructed
|
||||
[main]
|
||||
4 Counterspell|7ED
|
||||
4 Arcbound Worker|DST
|
||||
4 Misty Rainforest|ZEN
|
||||
4 Seat of the Synod
|
||||
1 Mox Opal|SOM
|
||||
4 Tezzeret's Gambit|NPH
|
||||
4 Steel Overseer|M11
|
||||
@@ -20,5 +20,7 @@ Deck Type=constructed
|
||||
2 Arcbound Crusher|DST
|
||||
4 Arcbound Stinger|DST
|
||||
2 Contagion Engine|SOM
|
||||
4 Vapor Snag|NPH
|
||||
2 Contagion Clasp
|
||||
1 Inexorable Tide
|
||||
1 Viral Drake
|
||||
[sideboard]
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user