mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38: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;
|
||||
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>();
|
||||
|
||||
Reference in New Issue
Block a user