diff --git a/Mage.Sets/src/mage/sets/fallenempires/IcatianJavelineers1.java b/Mage.Sets/src/mage/sets/fallenempires/IcatianJavelineers1.java index a3a36e41680..bbb1b0d4d03 100644 --- a/Mage.Sets/src/mage/sets/fallenempires/IcatianJavelineers1.java +++ b/Mage.Sets/src/mage/sets/fallenempires/IcatianJavelineers1.java @@ -58,7 +58,7 @@ public class IcatianJavelineers1 extends CardImpl { this.toughness = new MageInt(1); // Icatian Javelineers enters the battlefield with a javelin counter on it. - this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.JAVELIN.createInstance()))); + this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.JAVELIN.createInstance()), "with a javelin counter on it")); // {tap}, Remove a javelin counter from Icatian Javelineers: Icatian Javelineers deals 1 damage to target creature or player. Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new DamageTargetEffect(1), new TapSourceCost());