Page 1 of 1

[fixed/closed]Briber's Purse x is always 0

PostPosted: 21 Nov 2014, 19:18
by Nexhro
Describe the Bug:
When attempting to cast Briber's Purse, its controller is not prompted to spend mana on {X}. Hence, Purse always enters the battlefield with 0 gem counters on it.

Which card did behave improperly ?
Briber's Purse

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

What exactly should be the correct behavior/interaction ?
When attempting to cast Briber's Purse, its controller is prompted to spend mana on {X}.

Are any other cards possibly affected by this bug ?
-

Re: [confirmed]Briber's Purse x is always 0

PostPosted: 26 Nov 2014, 16:03
by Gargaroz
Bad values in "ct_all" and "Manalink.". Fixed.

Re: [still bugged]Briber's Purse x is always 0

PostPosted: 03 Jan 2015, 11:40
by BAgate
Still doesn't ask for mana or allow x to be anything but 0.

Re: [still bugged]Briber's Purse x is always 0

PostPosted: 09 Feb 2015, 16:40
by Gargaroz
My bad, I fixed the wrong column on "ct_all". It's fixed now.

Re: [still bugged]Briber's Purse x is always 0

PostPosted: 09 Apr 2015, 09:37
by BAgate
not yet...

Re: [still bugged]Briber's Purse x is always 0

PostPosted: 11 Dec 2015, 06:38
by Korath
X spells - and XX and XXX spells, too - without any fixed mana in their casting cost need to charge it manually. It's a consequence of how EVENT_MODIFY_COST_GLOBAL and EVENT_MODIFY_COST are implemented, and difficult to change without making every card that handles either of those cooperate. (I tried before, I think when programming Astral Cornucopia, and eventually had to withdraw it.)

Fixed for Briber's Purse, and made it use gem counters instead of charge counters, incidental to commit 574eed8.