mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Fixed the tooltip text of Ivy Elemental.
This commit is contained in:
parent
825a949085
commit
f29e7efc0f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class IvyElemental extends CardImpl<IvyElemental> {
|
|||
this.toughness = new MageInt(0);
|
||||
|
||||
// Ivy Elemental enters the battlefield with X +1/+1 counters on it.
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(new PlusOneCounter(), new ManacostVariableValue(), true)));
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(new PlusOneCounter(), new ManacostVariableValue(), true), "with X +1/+1 counters on it"));
|
||||
}
|
||||
|
||||
public IvyElemental(final IvyElemental card) {
|
||||
|
|
Loading…
Reference in a new issue