-
Notifications
You must be signed in to change notification settings - Fork 594
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
animate Bestow as Static Ability #6811
Comments
@tool4ever you might look into this too It might be a bit more tricky for the LKI? Also, maybe can you look at this part? forge/forge-game/src/main/java/forge/game/spellability/SpellAbilityRestriction.java Lines 217 to 231 in 77761dc
Is it even possible for a BestowSpell to go through I think we should be able to remove that part from SpellAbilityRectrictions |
I'm seeing it called directly in |
@tool4ever hm Spell.canPlay calls getAlternateHost, while SpellAbilityAi.canPlayAi does not i need to check how AI does get the Bestow Spell, because GameActionUtils.getAlternativeCosts calls getAlternateHost i need to debug where the AI needs to be fixed |
@tool4ever my main problem there:
|
Part of #5642
Bestow Effect should use StaticAbility Layers if able
For Layer4, instead of addChangedCardTypes, we need:
it needs to effect the Spell before it is put on the Stack, and then Later on the Battlefield
The text was updated successfully, but these errors were encountered: