- Took care that sortPotentialAttackers in ComputerUtil_Block2 does something.

This commit is contained in:
jendave
2011-08-06 18:55:42 +00:00
parent 25b3421d2f
commit 115202bd39

View File

@@ -132,8 +132,9 @@ public class ComputerUtil_Block2
if (blockersLeft.size() == 0)
return combat;
/*
//Begin with the attackers that pose the biggest thread
CardListUtil.sortAttack(attackersLeft);
CardListUtil.sortAttack(attackersLeft);*/
//Begin with the weakest blockers
CardListUtil.sortAttackLowFirst(blockersLeft);