mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Implemented Zndrsplt's Judgment
This commit is contained in:
parent
9fb0ee42ba
commit
21e834a5a1
3 changed files with 124 additions and 13 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue