mirror of
https://github.com/correl/mage.git
synced 2025-03-16 09:16:26 -09:00
changed chronozoa to {this} in text
This commit is contained in:
parent
584e7fb394
commit
3e78e406a7
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…
Add table
Reference in a new issue