changed chronozoa to {this} in text

This commit is contained in:
Gal Lerman 2015-07-16 21:14:14 +03:00
parent 584e7fb394
commit 3e78e406a7

View file

@ -70,7 +70,7 @@ public class Chronozoa extends CardImpl {
// When Chronozoa is put into a graveyard from play, if it had no time counters on it, put two tokens into play that are copies of it.
this.addAbility(new ConditionalTriggeredAbility(new DiesCreatureTriggeredAbility(new CopyCardEffect(this, numCopies), false),
new LastTimeCounterRemovedCondition(),
"When Chronozoa is put into a graveyard from play, if it had no time counters on it, put two tokens into play that are copies of it."));
"When {this} is put into a graveyard from play, if it had no time counters on it, put two tokens into play that are copies of it."));
}
public Chronozoa(final Chronozoa card) {