Page 1 of 1

[confirmed]Tinder Wall can't damage, charges R for mana

PostPosted: 19 Nov 2018, 08:39
by Korath
Describe the Bug:
Tinder Wall always tries to charge you {R} when activated; whether that's paid or cancelled, it sacrifices itself and adds {R} {R} to your mana pool. Also, it has no combat settings, so the AI will happily attack into it with creatures with toughness 2 or less as if they'd survive.

Which card behaved improperly?
Tinder Wall.

Which update are you using? (date, name)Which type? (duel, gauntlet, sealed deck)
Dev master from about two weeks ago, 8865b7c.

What exactly should be the correct behavior/interaction?
Charge {R} only when activating to deal damage; add mana only when not charging it; cancel means cancel; and the AI is at least as reluctant to attack into it as into a Hurloon Minotaur. Though I guess anything that makes the AI less reluctant to attack into blockers isn't all bad.

Are any other cards possibly affected by this bug?
The actual bug I was trying to test for, and couldn't, was whether it allows you to pay for its damage-dealing ability with itself despite the shared sacrifice cost. Looking at its implementation after the fact, it looks very much like, yes, it'll let you do that.

Also apparent from looking its implementation, but untested because the primary bug here interferes:
  1. it never prompts for a target, even when more than one are legal;
  2. it won't work properly when blocking banded creatures;
  3. it can only damage the first creature it's blocking if it can block more than one, for example via Echo Circlet; and
  4. it has a puerile prompt.

Re: [confirmed]Tinder Wall can't damage, charges R for mana

PostPosted: 22 Aug 2019, 12:46
by Aswan jaguar
Fixed only activation issues + A & D bugs in commit 13ca9a60. Also still no damage on resolution. For AI combat, I kind of disagree with
Korath wrote:so the AI will happily attack into it with creatures with toughness 2 or less as if they'd survive.
as it is a good way to get rid of Tinder Wall (as it has sacrifice cost for the activation) instead of AI not attacking because it fears it will lose a creature. Probably a hint not to attack ( or some negative AI value )with creatures with AI base_value above an X value unless it will win the game?