mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
correction on Living Phone
This commit is contained in:
parent
4382b86e2b
commit
c222e707bf
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public final class LivingPhone extends CardImpl {
|
|||
|
||||
// When Living Phone dies, look at the top five cards of your library. You may reveal a creature card with power 2 or less from among them and put it into your hand. Put the rest on the bottom of your library in a random order.
|
||||
this.addAbility(new DiesSourceTriggeredAbility(new LookLibraryAndPickControllerEffect(
|
||||
4, 1, filter, PutCards.HAND, PutCards.BOTTOM_RANDOM
|
||||
5, 1, filter, PutCards.HAND, PutCards.BOTTOM_RANDOM
|
||||
)));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue