Fixed the tooltip text of Ivy Elemental.

This commit is contained in:
LevelX2 2014-01-02 14:52:50 +01:00
parent 825a949085
commit f29e7efc0f

View file

@ -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) {