[FIX] Fixed Dack Fayden default loyalty counters.

This commit is contained in:
emerald000 2014-08-05 03:42:03 -04:00
parent c8fb3f5678
commit 84c97f9419

View file

@ -75,8 +75,7 @@ public class DackFayden extends CardImpl {
this.color.setBlue(true);
this.color.setRed(true);
//TO CHANGE!!!
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.LOYALTY.createInstance(6)), false));
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.LOYALTY.createInstance(3)), false));
// +1: Target player draws two cards, then discards two cards.
LoyaltyAbility ability = new LoyaltyAbility(new DrawCardTargetEffect(2), 1);