mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
use CardView for selection of exterting attackers
Signed-off-by: Jamin W. Collins <jamin.collins@gmail.com>
This commit is contained in:
@@ -528,7 +528,6 @@ public class PhaseHandler implements java.io.Serializable {
|
||||
|
||||
if (!possibleExerters.isEmpty()) {
|
||||
for(Card exerter : whoDeclares.getController().exertAttackers(possibleExerters)) {
|
||||
//exerter.addExtrinsicKeyword("Exerted");
|
||||
exerter.exert();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user