mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Raised tokenBonus in getBestCreatureToBounceAI.
This commit is contained in:
@@ -267,7 +267,7 @@ public class ComputerUtilCard {
|
|||||||
* @return a {@link forge.Card} object.
|
* @return a {@link forge.Card} object.
|
||||||
*/
|
*/
|
||||||
public static Card getBestCreatureToBounceAI(final List<Card> list) {
|
public static Card getBestCreatureToBounceAI(final List<Card> list) {
|
||||||
final int tokenBonus = 40;
|
final int tokenBonus = 60;
|
||||||
Card biggest = null;
|
Card biggest = null;
|
||||||
int biggestvalue = -1;
|
int biggestvalue = -1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user