forked from External/mage
fix Koth of the Hammer
This commit is contained in:
parent
1327fe2b99
commit
d2559333e8
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ import java.util.UUID;
|
||||||
*/
|
*/
|
||||||
public final class KothOfTheHammer extends CardImpl {
|
public final class KothOfTheHammer extends CardImpl {
|
||||||
|
|
||||||
static final FilterPermanent filter = new FilterPermanent(SubType.MOUNTAIN, "Mountain");
|
private static final FilterPermanent filter = new FilterPermanent(SubType.MOUNTAIN, "Mountain");
|
||||||
static final FilterPermanent filterCount = new FilterControlledPermanent("Mountain you control");
|
private static final FilterPermanent filterCount = new FilterControlledPermanent(SubType.MOUNTAIN, "Mountain you control");
|
||||||
|
|
||||||
public KothOfTheHammer(UUID ownerId, CardSetInfo setInfo) {
|
public KothOfTheHammer(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.PLANESWALKER}, "{2}{R}{R}");
|
super(ownerId, setInfo, new CardType[]{CardType.PLANESWALKER}, "{2}{R}{R}");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue