-
Notifications
You must be signed in to change notification settings - Fork 795
Fix Boros Signet etc. (#8454) #8455
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
base: master
Are you sure you want to change the base?
Fix Boros Signet etc. (#8454) #8455
Conversation
|
that ignores the comment above:
|
|
The AI seems to work fine in my screenshot, so how does it miscalculate? |
|
For example, there is currently the problem with cards like
effects like this could cause the Auto Tapper to make more mana than it should =
|
Because one card has two mana abilities?
So the limit of three times is not enforced yet? Or will the AI waste all mana on making B or R? If other mana producers are still problematic, a check for "AI:RemoveDeck:All" should suffice. |
Not really. It can fail in this example: Now if you want to cast something that cost {G}{G}, the auto tapper might try to get the second G from the Scene of the Crime, while tapping the Elves again. It fails, of course, but in reverting, it doesn't clean up all the right mana abilities. |
It isn't about the limit.
the problem there is that if AI wants to get B Mana via this Ability it might miscalculate that it needs extra {1} again |
tool4ever
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn‘t a real fix
Avoiding cheating is a higher priority
|
Signets need to have tests written around them to validate their changes. But I agree this doesn't seem to actually fix anything |

Fixes #8454