mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Removed debugging line.
This commit is contained in:
@@ -900,7 +900,6 @@ public class CardFactoryUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (l[0].startsWith("GreatestToughness_")) {
|
if (l[0].startsWith("GreatestToughness_")) {
|
||||||
System.out.println("GREAT!");
|
|
||||||
final String restriction = l[0].substring(18);
|
final String restriction = l[0].substring(18);
|
||||||
final String[] rest = restriction.split(",");
|
final String[] rest = restriction.split(",");
|
||||||
List<Card> list = CardLists.getValidCards(cc.getGame().getCardsIn(ZoneType.Battlefield), rest, cc, c);
|
List<Card> list = CardLists.getValidCards(cc.getGame().getCardsIn(ZoneType.Battlefield), rest, cc, c);
|
||||||
|
|||||||
Reference in New Issue
Block a user