Page 1 of 1

[fixed/closed]Mardu Strike Leader

PostPosted: 29 Mar 2015, 20:31
by RanDomino
Describe the Bug:
Mardu Strike Leader can be Dashed for 2B instead of 3B.
Edit: Also, the token it makes is a 2/2 when it's supposed to be a 2/1

Which card did behave improperly ?
Mardu Strike Leader

Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
FRF gauntlet

What exactly should be the correct behavior/interaction ?
Its dash cost is 3B and the token is a 2/1

Are any other cards possibly affected by this bug ?
Other dash cards which have a dash cost different from its regular casting cost might need to be checked.

Re: [confirmed]Mardu Strike Leader

PostPosted: 09 Dec 2015, 02:29
by Korath
Fixed 2f0bac2.

Re: [still bugged]Mardu Strike Leader

PostPosted: 25 Dec 2015, 23:13
by BAgate
Dash is fixed, but the token is now 1/1 instead of 2/1.

Re: [still bugged]Mardu Strike Leader

PostPosted: 26 Dec 2015, 02:17
by Korath
Code: Select all
      token.pow = 2;
      token.pow = 1;
#-o 0878a18.