mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18: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:
@@ -221,6 +221,11 @@ public class PlayerControllerForTests extends PlayerController {
|
||||
return blockers;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Card> exertAttackers(List<Card> attackers) {
|
||||
return Lists.newArrayList(attackers);
|
||||
}
|
||||
|
||||
@Override
|
||||
public CardCollection orderBlocker(final Card attacker, final Card blocker, final CardCollection oldBlockers) {
|
||||
final CardCollection allBlockers = new CardCollection(oldBlockers);
|
||||
|
||||
Reference in New Issue
Block a user