fix AI targeting for Glimpse the Unthinkable and Tome Scour.

This commit is contained in:
jendave
2011-08-06 09:30:36 +00:00
parent 559c2744ea
commit e392d35cc8

View File

@@ -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);