forked from External/mage
fix Faerie Snoop
This commit is contained in:
parent
418ad8a3b3
commit
184cf0f4d9
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public final class FaerieSnoop extends CardImpl {
|
|||
|
||||
// When Faerie Snoop is turned face up, look at the top two cards of your library. Put one into your hand and the other into your graveyard.
|
||||
this.addAbility(new TurnedFaceUpSourceTriggeredAbility(new LookLibraryAndPickControllerEffect(
|
||||
2, 1, PutCards.HAND, PutCards.BOTTOM_ANY
|
||||
2, 1, PutCards.HAND, PutCards.GRAVEYARD
|
||||
)));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue