mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Added card panel highlighting to orderBlockingMultipleAttackers.
This commit is contained in:
@@ -465,6 +465,7 @@ public class CombatUtil {
|
|||||||
|
|
||||||
List<Card> orderedAttacker = null;
|
List<Card> orderedAttacker = null;
|
||||||
if (blocker.getController().isHuman()) {
|
if (blocker.getController().isHuman()) {
|
||||||
|
GuiUtils.setPanelSelection(blocker);
|
||||||
List<Card> ordered = GuiChoose.getOrderChoices("Choose Blocking Order", "Damaged First", 0, attackers, null, blocker);
|
List<Card> ordered = GuiChoose.getOrderChoices("Choose Blocking Order", "Damaged First", 0, attackers, null, blocker);
|
||||||
|
|
||||||
orderedAttacker = new ArrayList<Card>();
|
orderedAttacker = new ArrayList<Card>();
|
||||||
|
|||||||
Reference in New Issue
Block a user