fix AI targeting for Cathartic Adept

This commit is contained in:
jendave
2011-08-06 08:43:46 +00:00
parent f7a2748e52
commit a8cd732186

View File

@@ -16334,7 +16334,6 @@ public class CardFactory_Creatures {
@Override
public void resolve() {
AllZone.GameAction.mill(getTargetPlayer(),1);
}
@Override
@@ -16355,6 +16354,7 @@ public class CardFactory_Creatures {
}
};
a1.setChooseTargetAI(CardFactoryUtil.AI_targetHuman());
a1.setDescription("tap: Target player puts the top card of his or her library into his or her graveyard.");
a1.setStackDescription("Player puts the top card of his or her library into his or her graveyard");
//a1.setBeforePayMana(new Input_PayManaCost(a1));