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