Page 1 of 1

[fixed]Goblin Razerunners activated ability prompt wrong

PostPosted: 19 Jan 2018, 16:43
by Aswan jaguar
Describe the Bug:
Goblin Razerunners leads to ever-ending thinking loops if it is in the battlefield and an action is taken no matter which player has it. fixed

Which card did behave improperly?
Goblin Razerunners

Which update are you using? (date, name)Which type? (duel, gauntlet, sealed deck)
Manalink dev 778ccb5 version - duel

What exactly should be the correct behavior/interaction?
Goblin Razerunners

Are any other cards possibly affected by this bug?
-

Re: Goblin Razerunners - loops

PostPosted: 06 Jan 2019, 11:06
by Aswan jaguar
Fixed in ab86602..2eed6b0.
I couldn't fix the wrong prompt message "Select a card." when you activate it's ability, no matter that I tried a lot. :(

Re: Goblin Razerunners activated ability prompt wrong

PostPosted: 09 Jan 2019, 00:30
by Korath
What this did was to disable the card's combat AI entirely. The generic_activated_ability_with_sacrifice_as_cost() was correct; the problem is that c is never incremented in the while loop (which should be a for anyway).

Re: Goblin Razerunners activated ability prompt wrong

PostPosted: 30 Jan 2019, 13:22
by Aswan jaguar
Loop fixed properly by Korath in a818a6232.

Re: Goblin Razerunners activated ability prompt wrong

PostPosted: 29 Aug 2019, 12:27
by Aswan jaguar
Prompt fixed in commit 531e59a3.