mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Merge pull request #1120 from glerman/master
changed chronozoa to {this} in text
This commit is contained in:
commit
1fcb43b0e2
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue