mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00: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
|
||||
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…
Reference in a new issue