Some of the cards that are removed from random constructed decks no longer slow the computer down or are no longer not fully completed. Commented out these card removals. Cards impacted include: the Incarnations, Aether Membrane, Hand of Cruelty, Hand of Honor.

This commit is contained in:
jendave
2011-08-06 05:29:56 +00:00
parent 712fe74d64
commit 44ca780bfc
2 changed files with 14 additions and 14 deletions

View File

@@ -151,17 +151,17 @@ public class GenerateConstructedDeck
//cards that slow the computer down
remove.add("Anger");
remove.add("Brawn");
remove.add("Valor");
remove.add("Wonder");
// remove.add("Anger");
// remove.add("Brawn");
// remove.add("Valor");
// remove.add("Wonder");
//not fully implemented:
remove.add("Aether Membrane");
// remove.add("Aether Membrane");
remove.add("Arashi, the Sky Asunder");
remove.add("Hand of Cruelty");
remove.add("Hand of Honor");
// remove.add("Hand of Cruelty");
// remove.add("Hand of Honor");
//useless, or combo cards:

View File

@@ -374,17 +374,17 @@ public class GenerateConstructedMultiColorDeck
//cards that slow the computer down
remove.add("Anger");
remove.add("Brawn");
remove.add("Valor");
remove.add("Wonder");
// remove.add("Anger");
// remove.add("Brawn");
// remove.add("Valor");
// remove.add("Wonder");
//not fully implemented:
remove.add("Aether Membrane");
// remove.add("Aether Membrane");
remove.add("Arashi, the Sky Asunder");
remove.add("Hand of Cruelty");
remove.add("Hand of Honor");
// remove.add("Hand of Cruelty");
// remove.add("Hand of Honor");
//useless, or combo cards: