-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mirror Entity can copy 0 Health and dead minions #58
Comments
This bug overlaps with #32 |
Tested in 4.1 with Brann + Injured Blademaster into Mirror Entity. |
Snipe + Mirror |
Fixed |
Mirror Entity still triggers on minions with 0 or less health buffed by Stormwind Champion and they still die, I just tested it in 7.1.1.17994. Here is the log: https://gist.github.com/culinko/d7bfce62dd1aa973538bb6c0ff7246c5. So it looks like ME checks whether the minion left play. I guess this interaction is intended now. |
Mirror Entity copies a minion even if it is at 0 or less Health (e.g. due to Snipe triggering first). The copy has the same Health and thus dies as soon as the After Play Phase ends. This is in contrast to, for example, Freezing Trap, which correctly remains hidden if the minion is already mortally wounded. This might be OK though, since the 0 health minion might be saved by a friendly Aura (such as Stormwind Champion).
http://www.reddit.com/r/hearthstone/comments/38ogm4/mirror_entity_interaction/
http://www.reddit.com/r/hearthstone/comments/384q3p/til_snipe_mirror_entity_copy_minion_with_dmg/
Mirror Entity creates a fresh, undamaged copy of a minion if the played minion was already dead and removed from play in an earlier Phase. This is in contrast to, for example, Snipe, which won't trigger in the same circumstance.
https://www.youtube.com/watch?v=H1758zVywbg&t=1m22s
The text was updated successfully, but these errors were encountered: