mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Add loyalty cost to note for Samut's ultimate
This commit is contained in:
parent
ce521e2a1f
commit
1850e650de
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class SamutTheTested extends CardImpl {
|
|||
ability.addTarget(new TargetCreatureOrPlayerAmount(2));
|
||||
this.addAbility(ability);
|
||||
|
||||
// Search your library or up to two creature and/or planeswalkercards, put them onto the battlefield, then shuffle your library.
|
||||
// -7: Search your library or up to two creature and/or planeswalkercards, put them onto the battlefield, then shuffle your library.
|
||||
FilterCard filterCard = new FilterCard("creature or planeswalker card");
|
||||
filterCard.add(Predicates.or(
|
||||
new CardTypePredicate(CardType.CREATURE),
|
||||
|
|
Loading…
Reference in a new issue