* Nahiri, the Lithomancer - Fixed that he starts with 3 instead of 30 loyality counters.

This commit is contained in:
LevelX2 2014-12-01 20:12:30 +01:00
parent 896793b93d
commit 6312649175

View file

@ -78,7 +78,7 @@ public class NahiriTheLithomancer extends CardImpl {
this.color.setWhite(true); this.color.setWhite(true);
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.LOYALTY.createInstance(30)), false)); this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.LOYALTY.createInstance(3)), false));
// +2: Put a 1/1 white Kor Soldier creature token onto the battlefield. You may attach an Equipment you control to it. // +2: Put a 1/1 white Kor Soldier creature token onto the battlefield. You may attach an Equipment you control to it.
this.addAbility(new LoyaltyAbility(new NahiriTheLithomancerFirstAbilityEffect(), 2)); this.addAbility(new LoyaltyAbility(new NahiriTheLithomancerFirstAbilityEffect(), 2));