From 1850e650deb25d4a0a43bf6e350e952648c32ca9 Mon Sep 17 00:00:00 2001 From: Will Hall Date: Sun, 4 Jun 2017 15:29:33 -0700 Subject: [PATCH] Add loyalty cost to note for Samut's ultimate --- Mage.Sets/src/mage/cards/s/SamutTheTested.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/s/SamutTheTested.java b/Mage.Sets/src/mage/cards/s/SamutTheTested.java index 12e90728d40..db340c47931 100644 --- a/Mage.Sets/src/mage/cards/s/SamutTheTested.java +++ b/Mage.Sets/src/mage/cards/s/SamutTheTested.java @@ -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),