Page 1 of 1

[fixed]Gruul War Chant doesn't give menace.

PostPosted: 30 Oct 2017, 17:58
by Aswan jaguar
Describe the Bug:
Gruul War Chant doesn't give menace.

Which card did behave improperly?
Gruul War Chant

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?
Gruul War Chant gives menace.

Are any other cards possibly affected by this bug?
-

Re: Gruul War Chant doesn't give menace.

PostPosted: 21 May 2020, 13:20
by Aswan jaguar
Fixed in commit 85f2ce35d and gives Menace to all your permanent in commit 8f37b8d.

Re: [fixed]Gruul War Chant doesn't give menace.

PostPosted: 21 May 2020, 17:46
by Aswan jaguar
This used Goblin War Drums code for menace and so now gives menace but not correct however as it gives menace all the time while it should give it only on attacking creatures.
For instance that matters if Tentative Connection gets coded as it would cost less with Goblin War Drums and a creature in play.

I only made it show menace icon but couldn't make ability itself to work if creatures are attacking only and not have menace always.


As auto rules text doesn't work for ikoria yet:
Tentative Connection 3Red (4)
Sorcery

This spell costs 3 less to cast if you control a creature with menace.

Gain control of target creature until end of turn. Untap that creature. It gains haste until end of turn.

Re: [fixed]Gruul War Chant doesn't give menace.

PostPosted: 21 May 2020, 17:58
by Aswan jaguar
It seems I found how to make it work, finally in commit f0af932.