mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Merge branch 'network-play' into 'master'
use CardView for selection of exterting attackers See merge request core-developers/forge!345
This commit is contained in:
@@ -537,7 +537,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