mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
fixed spelling
This commit is contained in:
parent
31062be41c
commit
1ba1f41fd3
1 changed files with 1 additions and 1 deletions
|
|
@ -53,6 +53,6 @@ public class PlayTargetWithoutPayingManaEffect extends OneShotEffect {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getText() {
|
public String getText() {
|
||||||
return "you may put " + this.getSource().getTargets().get(0).getTargetName() + " from you hand onto the battlefield";
|
return "you may put " + this.getSource().getTargets().get(0).getTargetName() + " from your hand onto the battlefield";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue