Page 1 of 1

[fixed/closed]Olivia Voldaren is not legendary

PostPosted: 06 May 2016, 09:44
by BAgate
Describe the Bug:
Olivia Voldaren is not legendary.

Which card did behave improperly ?
Olivia Voldaren

Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
Manalink 2016/01/15: Battle For Zendikar v2,duel

What exactly should be the correct behavior/interaction ?
She is Legendary.

Are any other cards possibly affected by this bug ?
-

Re: [confirmed]Olivia Voldaren is not legendary

PostPosted: 06 May 2016, 13:34
by Aswan jaguar
The Legendary value is set in ct_all.Maybe something changed in the work that was made about "Legendary and exchange of control" here.

Re: [confirmed]Olivia Voldaren is not legendary

PostPosted: 07 May 2016, 00:34
by Korath
That's not it. Manalink needs support in both ct_all and the card's function to implement the legend rule, since it's done as a separate trigger on each legendary card instead of as part of the game rules. Olivia Voldaren's function overoptimizes, returning for non-activation events before the check_legend_rule() call, which is never reached. Exactly the same problem as Eight-and-a-Half-Tails here; I remember plenty of other instances of the same problem, too, but I don't immediately see them when searching.

Re: [confirmed]Olivia Voldaren is not legendary

PostPosted: 20 Jul 2016, 21:14
by Korath
Fixed 49bf84f.