- Added card panel highlighting to orderBlockingMultipleAttackers.

This commit is contained in:
Agetian
2012-12-05 14:06:34 +00:00
parent b05cdb6073
commit 32713e36ff

View File

@@ -465,6 +465,7 @@ public class CombatUtil {
List<Card> orderedAttacker = null;
if (blocker.getController().isHuman()) {
GuiUtils.setPanelSelection(blocker);
List<Card> ordered = GuiChoose.getOrderChoices("Choose Blocking Order", "Damaged First", 0, attackers, null, blocker);
orderedAttacker = new ArrayList<Card>();