mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
fix AI targeting for Glimpse the Unthinkable and Tome Scour.
This commit is contained in:
@@ -4625,6 +4625,7 @@ public class CardFactory_Sorceries {
|
||||
(cardName.equals("Glimpse the Unthinkable")) ? 10 : 5);
|
||||
}
|
||||
};//SpellAbility
|
||||
spell.setChooseTargetAI(CardFactoryUtil.AI_targetHuman());
|
||||
spell.setBeforePayMana(CardFactoryUtil.input_targetPlayer(spell));
|
||||
card.clearSpellAbility();
|
||||
card.addSpellAbility(spell);
|
||||
|
||||
Reference in New Issue
Block a user