Merge pull request #1120 from glerman/master

changed chronozoa to {this} in text
This commit is contained in:
LevelX2 2015-07-16 20:24:20 +02:00
commit 1fcb43b0e2

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. // 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), this.addAbility(new ConditionalTriggeredAbility(new DiesCreatureTriggeredAbility(new CopyCardEffect(this, numCopies), false),
new LastTimeCounterRemovedCondition(), 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) { public Chronozoa(final Chronozoa card) {