mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
fix Altar of Bone
the searched card should be revealed
This commit is contained in:
parent
43e33bb27f
commit
e3d7c08311
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class AltarOfBone extends CardImpl {
|
|||
// As an additional cost to cast Altar of Bone, sacrifice a creature.
|
||||
this.getSpellAbility().addCost(new SacrificeTargetCost(new TargetControlledCreaturePermanent()));
|
||||
// Search your library for a creature card, reveal that card, and put it into your hand. Then shuffle your library.
|
||||
this.getSpellAbility().addEffect(new SearchLibraryPutInHandEffect(new TargetCardInLibrary(new FilterCreatureCard())));
|
||||
this.getSpellAbility().addEffect(new SearchLibraryPutInHandEffect(new TargetCardInLibrary(new FilterCreatureCard()), true));
|
||||
}
|
||||
|
||||
public AltarOfBone(final AltarOfBone card) {
|
||||
|
|
Loading…
Reference in a new issue