[M20] various text fixes

This commit is contained in:
Evan Kranzler 2020-10-08 09:15:38 -04:00
parent 50a0954606
commit 8c7d7f0b77
9 changed files with 34 additions and 28 deletions

View file

@ -22,7 +22,7 @@ public class CantBeCounteredSourceAbility extends StaticAbility {
@Override
public String getRule() {
return "{this} can't be countered.";
return "This spell can't be countered.";
}
@Override

View file

@ -110,7 +110,7 @@ public class RevealCardsFromLibraryUntilEffect extends OneShotEffect {
switch (zoneToPutCard) {
case HAND: {
sb.append("into your hand ");
sb.append("into your hand");
break;
}
case BATTLEFIELD: {