mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Improved AI of Soulbond.
This commit is contained in:
@@ -342,7 +342,7 @@ public final class AbilityFactoryBond {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// TODO - Pick best creature instead of just the first on the list
|
// TODO - Pick best creature instead of just the first on the list
|
||||||
partner = cards.get(0);
|
partner = CardFactoryUtil.getBestCreatureAI(cards);
|
||||||
}
|
}
|
||||||
|
|
||||||
// pair choices together
|
// pair choices together
|
||||||
|
|||||||
@@ -23,8 +23,6 @@ import java.util.Map;
|
|||||||
import java.util.Random;
|
import java.util.Random;
|
||||||
import java.util.TreeMap;
|
import java.util.TreeMap;
|
||||||
|
|
||||||
import org.apache.commons.lang3.tuple.Pair;
|
|
||||||
|
|
||||||
import com.google.common.base.Predicate;
|
import com.google.common.base.Predicate;
|
||||||
import com.google.common.base.Predicates;
|
import com.google.common.base.Predicates;
|
||||||
import com.google.common.collect.Iterables;
|
import com.google.common.collect.Iterables;
|
||||||
|
|||||||
Reference in New Issue
Block a user