mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Nahiri, the Lithomancer - Fixed that he starts with 3 instead of 30 loyality counters.
This commit is contained in:
parent
896793b93d
commit
6312649175
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ public class NahiriTheLithomancer extends CardImpl {
|
|||
|
||||
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.
|
||||
this.addAbility(new LoyaltyAbility(new NahiriTheLithomancerFirstAbilityEffect(), 2));
|
||||
|
|
Loading…
Reference in a new issue