From 6312649175e6d1a2fa86a2bd51bba2c07c6b97ec Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Mon, 1 Dec 2014 20:12:30 +0100 Subject: [PATCH] * Nahiri, the Lithomancer - Fixed that he starts with 3 instead of 30 loyality counters. --- Mage.Sets/src/mage/sets/commander2014/NahiriTheLithomancer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/commander2014/NahiriTheLithomancer.java b/Mage.Sets/src/mage/sets/commander2014/NahiriTheLithomancer.java index 5a3c242fede..b22f99914c7 100644 --- a/Mage.Sets/src/mage/sets/commander2014/NahiriTheLithomancer.java +++ b/Mage.Sets/src/mage/sets/commander2014/NahiriTheLithomancer.java @@ -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));