mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- 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:
@@ -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");
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user