SheoldredWhisperingOne fix (asked for target)

This commit is contained in:
magenoxx 2011-08-30 20:29:38 +04:00
parent e02b6980c7
commit 7aeca99a59

View file

@ -64,7 +64,6 @@ public class SheoldredWhisperingOne extends CardImpl<SheoldredWhisperingOne> {
ability.addTarget(new TargetCardInYourGraveyard(new FilterCreatureCard()));
this.addAbility(ability);
ability = new BeginningOfUpkeepTriggeredAbility(new SacrificeEffect(new FilterCreaturePermanent(), 1, "that player "), Constants.TargetController.OPPONENT, false);
ability.addTarget(new TargetPlayer());
this.addAbility(ability);
}