forked from External/mage
more text fixes
This commit is contained in:
parent
a8096fc0a7
commit
cd4f11e909
66 changed files with 168 additions and 242 deletions
|
|
@ -30,7 +30,7 @@ public class UntapAllLandsControllerEffect extends OneShotEffect {
|
|||
|
||||
public UntapAllLandsControllerEffect(FilterLandPermanent filter) {
|
||||
super(Outcome.Untap);
|
||||
staticText = "Untap all " + filter.getMessage() + " you control";
|
||||
staticText = "untap all " + filter.getMessage() + " you control";
|
||||
this.filter = filter;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue