Page 1 of 1

[fixed/closed]Vengeful Firebrand has haste always.

PostPosted: 18 Apr 2015, 09:04
by Aswan jaguar
Describe the Bug:
Vengeful Firebrand has haste always for AI at least.

Which card did behave improperly ?
Vengeful Firebrand

Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
Manalink 2015/3/25: Fate Reforged,duel

What exactly should be the correct behavior/interaction ?
Vengeful Firebrand has haste only if there is a warrior in your graveyard.

Are any other cards possibly affected by this bug ?
-

SAVEGAME CORRUPTED

Re: [confirmed]Vengeful Firebrand has haste always.

PostPosted: 18 Apr 2015, 10:34
by BAgate
For human player too.

Re: [confirmed]Vengeful Firebrand has haste always.

PostPosted: 29 Dec 2015, 12:36
by Korath
Fixed d23f6c7.

The same bug breaks Ire of Kaminari, Hana Kami, Unbreathing Horde, Angel of Flight Alabaster, Ghoulcaller's Chant, Horde of Notions, Hakim, Loreweaver, Auriok Survivors, Soulless One, Lord of the Undead, Loyal Retainers, and Thelon of Havenwood; it makes all queries for the number of cards in a player's graveyard of a given subtype be 1. If there's bugs open for any of those with matching symptoms, they're all fixed too.

(It's all the worse since it's a result of a clumsy cut-paste-modify of a different function, any_in_graveyard_by_subtype(), which A) works properly, B) stops looking after the first matching card found, and C) is sufficient for almost all of the cards above.)