fireplace
fireplace copied to clipboard
[test]Spell cycle:Wild Pyromancer deals unexpected damages if it is created by a spell.
After patch 9.2, this should not happen.
This might just be a matter of updating the card. It's using the After() trigger right now
I think there is more to dig into. current_player.give("EX1_345").play() # Mindgames This is the official test case for the new mechanism after using which leads to a undamaged Wild Pyromancer
Not directly from HS official sites
We've changed some underlying rules to prevent Wild Pyromancer from triggering off of Mindgames
My understanding is that if at the moment one spell is cast, the summoned Minion is abcent, the AFTER listener will not be triggerred.
More tests may be conducted as for Medivh, Summoning Stone and other cards alike.