Worry Beads - Fixed rule generation.

This commit is contained in:
LevelX2 2017-09-30 09:00:09 +02:00
parent a8d7411563
commit 5415cd428f

View file

@ -46,7 +46,9 @@ public class WorryBeads extends CardImpl {
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT}, "{3}");
// At the beginning of each player's upkeep, that player puts the top card of his or her library into his or her graveyard.
this.addAbility(new BeginningOfUpkeepTriggeredAbility(Zone.BATTLEFIELD, new PutLibraryIntoGraveTargetEffect(1), TargetController.ANY, false, true));
this.addAbility(new BeginningOfUpkeepTriggeredAbility(Zone.BATTLEFIELD,
new PutLibraryIntoGraveTargetEffect(1).setText("that player puts the top card of his or her library into his or her graveyard"),
TargetController.ANY, false, true));
}
public WorryBeads(final WorryBeads card) {