Implemented Jace, Cunning Castaway (ultimate won't work correctly until planeswalker rule is removed)

various other small changes as well
This commit is contained in:
Evan Kranzler 2017-09-01 21:20:05 -04:00
parent 9e11b533c2
commit 1f382a7ce7
7 changed files with 295 additions and 4 deletions

View file

@ -21,7 +21,7 @@ public class PutTokenOntoBattlefieldCopySourceEffect extends OneShotEffect {
public PutTokenOntoBattlefieldCopySourceEffect(int copies) {
super(Outcome.PutCreatureInPlay);
this.number = copies;
staticText = "put a token onto the battlefield that's a copy of {this}";
staticText = "create a token that's a copy of {this}";
}
public PutTokenOntoBattlefieldCopySourceEffect(final PutTokenOntoBattlefieldCopySourceEffect effect) {