this.power = new MageInt(2);
this.toughness = new MageInt(3);
// Whenever Selhoff Occultist or another creature dies, target player puts the top card of his or her library into his or her graveyard.
Ability ability = new DiesThisOrAnotherCreatureTriggeredAbility(new PutLibraryIntoGraveTargetEffect(1), false);
ability.addTarget(new TargetPlayer());
this.addAbility(ability);
}
public SelhoffOccultist(final SelhoffOccultist card) {
super(card);