mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Debug line removal.
This commit is contained in:
@@ -84,7 +84,6 @@ public class SpecialCardAi {
|
|||||||
String definedSac = StringUtils.split(source.getSVar("AIPreference"), "$")[1];
|
String definedSac = StringUtils.split(source.getSVar("AIPreference"), "$")[1];
|
||||||
String definedGoal = sa.hasParam("AISearchGoal") ? sa.getParam("AISearchGoal") : "Creature";
|
String definedGoal = sa.hasParam("AISearchGoal") ? sa.getParam("AISearchGoal") : "Creature";
|
||||||
|
|
||||||
System.out.println("sac = " + definedSac + ", goal = " + definedGoal);
|
|
||||||
String overridePrefix = definedGoal.contains(".") ? definedGoal + "+" : definedGoal + ".";
|
String overridePrefix = definedGoal.contains(".") ? definedGoal + "+" : definedGoal + ".";
|
||||||
|
|
||||||
CardCollection listToSac = CardLists.filter(ai.getCardsIn(ZoneType.Battlefield), CardPredicates.restriction(definedSac.split(","), ai, source, sa));
|
CardCollection listToSac = CardLists.filter(ai.getCardsIn(ZoneType.Battlefield), CardPredicates.restriction(definedSac.split(","), ai, source, sa));
|
||||||
|
|||||||
Reference in New Issue
Block a user