[fixed]Izzet Signet mana for counterspells.
Describe the Bug:
I can't remember if we have met this again and my search didn't come with results,so:
I have Mindstatic in hand and untapped an Island,a forest, an Izzet Signet and a Simic Cluestone.AI casts a card and I don't get a chance to counter the spell.I know Izzet Signet cards can't be calculated correctly by engine but I don't know if a trick to give you the chance to use it with counterspells if it's mana is essential to cast the counterspell can be done.If you have one more mana available 4 without Izzet Signet then Mindstatic highlights and then you can use Izzet Signet just fine.
Which card did behave improperly ?
Izzet Signet
Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
Manalink 2016/08/27: Eldritch Moon v2, duel
What exactly should be the correct behavior/interaction ?
Are any other cards possibly affected by this bug ?
-
I can't remember if we have met this again and my search didn't come with results,so:
I have Mindstatic in hand and untapped an Island,a forest, an Izzet Signet and a Simic Cluestone.AI casts a card and I don't get a chance to counter the spell.I know Izzet Signet cards can't be calculated correctly by engine but I don't know if a trick to give you the chance to use it with counterspells if it's mana is essential to cast the counterspell can be done.If you have one more mana available 4 without Izzet Signet then Mindstatic highlights and then you can use Izzet Signet just fine.
Which card did behave improperly ?
Izzet Signet
Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
Manalink 2016/08/27: Eldritch Moon v2, duel
What exactly should be the correct behavior/interaction ?
Are any other cards possibly affected by this bug ?
-
available from mana sources with earlier timestamps than the signet, the signet won't claim that it can produce any mana. There isn't any way in the current mana-counting framework to make it wait for everything else to be counted first, so calling has_mana() or any of its variants inside a EVENT_COUNT_MANA is an error.
available in EVENT_COUNT_MANA and
whenever it's untapped and not currently being activated.