mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
[FIX] Fixed Dack Fayden default loyalty counters.
This commit is contained in:
parent
c8fb3f5678
commit
84c97f9419
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue