[fixed/closed]Krasis Incubation ability has wrong cost

Posted:
06 Apr 2014, 12:30
by Aswan jaguar
Describe the Bug:Krasis Incubation ability return to hand costs
Which card did behave improperly ?Krasis Incubation Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck) 2014/02/18: Born of the Gods v2 - DUEL
What exactly should be the correct behavior/interaction ?Krasis Incubation ability return to hand costs
Are any other cards possibly affected by this bug ? -
Re: [confirmed]Krasis Incubation ability has wrong cost

Posted:
06 Apr 2014, 19:42
by Korath
It also bounced the card at resolution instead of as part of the cost. Fixed 05c3719.
Re: [still bugged]Krasis Incubation ability has wrong cost

Posted:
23 Apr 2014, 06:15
by BAgate
Don't know if the fix is what broke it, but it no longer attaches to target creature, that creature is not affected in any way, and when you bounce it the following error occurs and the program crashes (but the cost is correct!):
bad parameters
get_card_instance(-1, -1)
0: 0x023560A4
1: 0x023183C5
2: 0x02314850
3: 0x020A2813
4: 0x004018E0
5: 0x004A2806
6: 0x004018E0
7: 0x00435BCF
8: 0x004368C6
9: 0x0231F138
10: 0x0043C200
11: 0x004399BD
12: 0x0047902C
13: 0x004946E9
14: 0x76A8338A
15: 0x77129F72
16: 0x77129F45
Re: [still bugged]Krasis Incubation ability has wrong cost

Posted:
24 Apr 2014, 01:37
by Korath
It was actually caused by a hack that keeps the AI from trying to tutor again with
Captain Sisay,
Zirilan of the Claw, and cards with the Mercadian Masques block Rebel/Mercenary mechanic if it previously tried and nothing was found; which is probably why it had everything cut and pasted in, instead of just calling card_arrest() like I'd changed it to. Hooray for
action-at-a-distance. Fixed in de5f2ea.