mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +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]
|
[Group MaxCnt=3 Percentage=13]
|
||||||
Ascendant Evincar
|
Ascendant Evincar
|
||||||
Bad Moon
|
Bad Moon
|
||||||
|
Bad Moon
|
||||||
Corrosive Mentor
|
Corrosive Mentor
|
||||||
[/Group]
|
[/Group]
|
||||||
|
|
||||||
@@ -18,6 +19,7 @@ Corrupt
|
|||||||
Mind Sludge
|
Mind Sludge
|
||||||
Nightmare
|
Nightmare
|
||||||
Tendrils of Corruption
|
Tendrils of Corruption
|
||||||
|
Quag Sickness
|
||||||
[/Group]
|
[/Group]
|
||||||
|
|
||||||
[Group MaxCnt=4 Percentage=21]
|
[Group MaxCnt=4 Percentage=21]
|
||||||
|
|||||||
@@ -3446,7 +3446,7 @@ public class CardFactoryUtil {
|
|||||||
CardList cardsonbattlefield = new CardList();
|
CardList cardsonbattlefield = new CardList();
|
||||||
cardsonbattlefield.addAll(myField.getCards());
|
cardsonbattlefield.addAll(myField.getCards());
|
||||||
cardsonbattlefield.addAll(opField.getCards());
|
cardsonbattlefield.addAll(opField.getCards());
|
||||||
cardsonbattlefield = cardsonbattlefield.getValidCards(rest, c.getController(), c);
|
cardsonbattlefield = cardsonbattlefield.getValidCards(rest, cardController, c);
|
||||||
|
|
||||||
n = cardsonbattlefield.size();
|
n = cardsonbattlefield.size();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user