Merge origin/master

This commit is contained in:
LevelX2 2018-05-27 01:02:04 +02:00
commit 74806f73d7
3 changed files with 124 additions and 13 deletions

View file

@ -81,19 +81,7 @@ public class CreateTokenCopyTargetEffect extends OneShotEffect {
}
public CreateTokenCopyTargetEffect() {
super(Outcome.PutCreatureInPlay);
this.playerId = null;
this.additionalCardType = null;
this.addedTokenPermanents = new ArrayList<>();
this.number = 1;
this.additionalSubType = null;
this.onlySubType = null;
this.attackedPlayer = null;
this.tokenPower = Integer.MIN_VALUE;
this.tokenToughness = Integer.MIN_VALUE;
this.gainsFlying = false;
this.becomesArtifact = false;
this.color = null;
this((UUID) null);
}
public CreateTokenCopyTargetEffect(UUID playerId) {