mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08: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…
Add table
Add a link
Reference in a new issue