mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
* Loam Dweller - Fixed that the land was not put onto battlefield tapped.
This commit is contained in:
parent
d39dad518d
commit
4d21cde3bb
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ public class PutLandFromHandOntoBattlefieldEffect extends OneShotEffect {
|
||||||
}
|
}
|
||||||
public PutLandFromHandOntoBattlefieldEffect(boolean tapped) {
|
public PutLandFromHandOntoBattlefieldEffect(boolean tapped) {
|
||||||
super(Outcome.PutLandInPlay);
|
super(Outcome.PutLandInPlay);
|
||||||
|
this.tapped = tapped;
|
||||||
staticText = "you may put a land card from your hand onto the battlefield" + (tapped ? " tapped":"");
|
staticText = "you may put a land card from your hand onto the battlefield" + (tapped ? " tapped":"");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue