various text fixes

This commit is contained in:
xenohedron 2023-08-02 22:54:35 -04:00
parent 04845072ea
commit ec3bb197fb
8 changed files with 15 additions and 9 deletions

View file

@ -63,7 +63,7 @@ public class MoreThanMeetsTheEyeAbility extends SpellAbility {
@Override
public String getRule() {
return "More Than Meets The Eye " + this.manaCost
return "More Than Meets the Eye " + this.manaCost
+ " <i>(You may cast this card converted for " + this.manaCost + ".)</i>";
}
}