- Fixed Count&Valid in combination with YouCtrl.

- Updated the Mono Black theme.
This commit is contained in:
jendave
2011-08-06 09:44:56 +00:00
parent bf3c498ddc
commit fd75fd61a3
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ BasicLandPercentage=36
[Group MaxCnt=3 Percentage=13]
Ascendant Evincar
Bad Moon
Bad Moon
Corrosive Mentor
[/Group]
@@ -18,6 +19,7 @@ Corrupt
Mind Sludge
Nightmare
Tendrils of Corruption
Quag Sickness
[/Group]
[Group MaxCnt=4 Percentage=21]

View File

@@ -3446,7 +3446,7 @@ public class CardFactoryUtil {
CardList cardsonbattlefield = new CardList();
cardsonbattlefield.addAll(myField.getCards());
cardsonbattlefield.addAll(opField.getCards());
cardsonbattlefield = cardsonbattlefield.getValidCards(rest, c.getController(), c);
cardsonbattlefield = cardsonbattlefield.getValidCards(rest, cardController, c);
n = cardsonbattlefield.size();