mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 05:52:06 -08:00
[M20] various text fixes
This commit is contained in:
parent
50a0954606
commit
8c7d7f0b77
9 changed files with 34 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue