mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08: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.
|
||||
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue