- Added note to incarnations that they will slow down your computer when an Incarnation is placed in a graveyard.

- Added Incarnations for removal from GenerateConstructedDeck.java and GenerateConstructedMultiColorDeck.java.
This commit is contained in:
jendave
2011-08-06 03:17:55 +00:00
parent ff4b8de358
commit 6b250e062e
4 changed files with 20 additions and 5 deletions

View File

@@ -149,6 +149,13 @@ public class GenerateConstructedDeck
remove.add("Blinding Light");
remove.add("Hymn to Tourach");
//cards that slow the computer down
remove.add("Anger");
remove.add("Brawn");
remove.add("Valor");
remove.add("Wonder");
//not fully implemented:
remove.add("Aether Membrane");

View File

@@ -372,6 +372,13 @@ public class GenerateConstructedMultiColorDeck
remove.add("Blinding Light");
remove.add("Hymn to Tourach");
//cards that slow the computer down
remove.add("Anger");
remove.add("Brawn");
remove.add("Valor");
remove.add("Wonder");
//not fully implemented:
remove.add("Aether Membrane");
@@ -407,6 +414,7 @@ public class GenerateConstructedMultiColorDeck
//cards the AI cannot play (effectively):
remove.add("Necropotence");
remove.add("Yawgmoth's Bargain");
remove.add("Sensei's Divining Top");
remove.add("Standstill");
//remove.add("Counterspell");