mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Initial pass of Exert (lots of things to be improved, but should be good enough to start scripting)
This commit is contained in:
@@ -576,6 +576,11 @@ public class PlayerControllerHuman
|
||||
return game.getCardList(getGui().order("Choose Damage Order for " + vAttacker, "Damaged First", CardView.getCollection(blockers), vAttacker));
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Card> exertAttackers(List<Card> attackers) {
|
||||
return getGui().getChoices("Exert Attackers?", 0, attackers.size(), attackers);
|
||||
}
|
||||
|
||||
@Override
|
||||
public CardCollection orderBlocker(final Card attacker, final Card blocker, final CardCollection oldBlockers) {
|
||||
final CardView vAttacker = CardView.get(attacker);
|
||||
|
||||
Reference in New Issue
Block a user