more text fixes

This commit is contained in:
Evan Kranzler 2021-04-22 19:31:06 -04:00
parent a8096fc0a7
commit cd4f11e909
66 changed files with 168 additions and 242 deletions

View file

@ -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;
}