Lightning Mare

This commit is contained in:
Evan Kranzler 2018-06-19 16:48:44 -04:00
parent eee531e76a
commit 8c01cd72f9
3 changed files with 70 additions and 1 deletions

View file

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