mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
* Icatian Javelineers - Fixed rule text generation.
This commit is contained in:
parent
22c7ee5862
commit
a669c5daaa
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue