Sometimes Singleton EvasionAbility like Flying or Intimidate do not work #476
Labels
Comments
|
So I hope I found and removed the problem with Mage Singeletons abilities like Flyinging and others not working sometimes. Under some rare circumstances the continuous effect (in the ContinuousEffectsList objects) were removed. So the abilities did no longer work, but the permanetes/cards still showing the ability. I won't close this yet, but I'm pretty sure it's solved with the next update. |
|
Over 2 years old and no reports of this in... since I started contributing. We have many tests that cover these types of scenarios as well |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes a creature can block a creature it should not be able to block.
E.g. a non flying creature can block a flying creature.
Concerned abilities:
Flying
Shadow
Intimidate
Fear
Reach
I added some new traces from the public server:
What do we know or presume:
What can we do to find the cause of this bug:
Possible causes
Setting the Duration of the effect from "WhileOnBattlefield" to "EndOfGame" seems to reduce (or completely solve) the problem. Like the check if the permanent is on the battlefield is not always doen for the correct permanent, because the ability is a singleton it can't know the correct sourceId for sure.
The text was updated successfully, but these errors were encountered: