mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fixed Count&Valid in combination with YouCtrl.
- Updated the Mono Black theme.
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user