Page 1 of 1

[fixed/closed]Rushing River

PostPosted: 13 Nov 2013, 11:24
by stassy
Describe the Bug:
When Rushing River is cast and kicker cost is paid, the 1st target will gain a notarget sign and will not be returned to owner hand. The next Rushing River cast will not be kickable for the rest of the game.


Which card did behave improperly ?
Rushing River

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

What exactly should be the correct behavior/interaction ?
When Rushing River is cast and kicker cost is paid, the 1st target will not gain a notarget sign and will be returned to owner hand. The next Rushing River kicker will not be disabled for the rest of the game.

Are any other cards possibly affected by this bug ?
-

Image

Re: Rushing River

PostPosted: 13 Nov 2013, 16:58
by Gargaroz
Fixed as 15ae3fe

Re: [still bugged]Rushing River

PostPosted: 31 Jan 2014, 01:07
by BAgate
Same bugs are still here.

Re: [still bugged]Rushing River

PostPosted: 01 Feb 2014, 17:21
by Gargaroz
Fixed (and tested) in 06d3259

Re: [???]Rushing River

PostPosted: 03 Mar 2014, 00:16
by BAgate
Works now, but the interface is different from any other card that has a kicker (asked to choose target permanent, then asked to choose another and only asked to sac a land if you chose a second one). Is that intentional?

Re: [???]Rushing River

PostPosted: 18 Mar 2014, 17:01
by Gargaroz
Yes, in order to avoid messing up with the targeting sequence.

Re: [fixed/closed]Rushing River

PostPosted: 18 Mar 2014, 23:51
by Korath
Can be done correctly now due to improvements in new_sacrifice() (see e.g. card_bog_down() in planeshift.c, though that's more complex than this needs to be because it's sacrificing two lands, not just one). I'll take a look.

Re: [confirmed]Rushing River

PostPosted: 10 Apr 2014, 12:49
by Korath
Fixed e525b61.