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:
Sol
2018-04-04 02:37:47 +00:00
2 changed files with 12 additions and 2 deletions

View File

@@ -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();
}
}