mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
* Loam Dweller - Fixed that no land could be selected for Loam Dwellers triggered ability.
This commit is contained in:
parent
974cb4435b
commit
f84bab3c5b
2 changed files with 10 additions and 5 deletions
|
|
@ -53,7 +53,6 @@ public class LoamDweller extends CardImpl {
|
|||
|
||||
// Whenever you cast a Spirit or Arcane spell, you may put a land card from your hand onto the battlefield tapped.
|
||||
this.addAbility(new SpellCastControllerTriggeredAbility(new PutLandFromHandOntoBattlefieldEffect(true), new FilterSpiritOrArcaneCard(), true));
|
||||
|
||||
}
|
||||
|
||||
public LoamDweller(final LoamDweller card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue