Change Exerted from Multi-select box to DualListBox

This commit is contained in:
Sol
2017-04-28 01:54:37 +00:00
parent 176cdf4d26
commit 6ee76ecbb9

View File

@@ -578,7 +578,7 @@ public class PlayerControllerHuman
@Override @Override
public List<Card> exertAttackers(List<Card> attackers) { 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 @Override