mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
fixed Krosan Wayfarer only allowing basic lands
This commit is contained in:
parent
c9f6a3811d
commit
e3c9204092
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.cards.k;
|
||||
|
||||
import java.util.UUID;
|
||||
|
@ -28,7 +27,7 @@ public final class KrosanWayfarer extends CardImpl {
|
|||
|
||||
// Sacrifice Krosan Wayfarer: You may put a land card from your hand onto the battlefield.
|
||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD,
|
||||
new PutCardFromHandOntoBattlefieldEffect(StaticFilters.FILTER_CARD_BASIC_LAND_A), new SacrificeSourceCost()));
|
||||
new PutCardFromHandOntoBattlefieldEffect(StaticFilters.FILTER_CARD_LAND_A), new SacrificeSourceCost()));
|
||||
}
|
||||
|
||||
public KrosanWayfarer(final KrosanWayfarer card) {
|
||||
|
|
Loading…
Reference in a new issue