mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Change Exerted from Multi-select box to DualListBox
This commit is contained in:
@@ -578,7 +578,7 @@ public class PlayerControllerHuman
|
||||
|
||||
@Override
|
||||
public List<Card> exertAttackers(List<Card> attackers) {
|
||||
return getGui().getChoices("Exert Attackers?", 0, attackers.size(), attackers);
|
||||
return getGui().order("Exert Attackers?", "Exerted", 0, attackers.size(), attackers, null, null, false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user