mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
text fix
This commit is contained in:
parent
8b1c463d35
commit
a57a8a52c7
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public class SheoldredWhisperingOne extends CardImpl<SheoldredWhisperingOne> {
|
|||
Ability ability = new BeginningOfUpkeepTriggeredAbility(new ReturnFromGraveyardToBattlefieldTargetEffect(false), Constants.TargetController.YOU, false);
|
||||
ability.addTarget(new TargetCardInYourGraveyard(new FilterCreatureCard()));
|
||||
this.addAbility(ability);
|
||||
ability = new BeginningOfUpkeepTriggeredAbility(new SacrificeEffect(new FilterCreaturePermanent(), 1, ""), Constants.TargetController.OPPONENT, false);
|
||||
ability = new BeginningOfUpkeepTriggeredAbility(new SacrificeEffect(new FilterCreaturePermanent(), 1, "that player "), Constants.TargetController.OPPONENT, false);
|
||||
ability.addTarget(new TargetPlayer());
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue