if you're having text problems I feel bad for you son, I've got 99 problems and they're all text-related and I've only dealt with a small amount of them

This commit is contained in:
Evan Kranzler 2021-04-18 18:17:38 -04:00
parent c2ae2f89f0
commit 05a7c83a77
106 changed files with 133 additions and 129 deletions

View file

@ -40,7 +40,7 @@ public class ActivateOncePerTurnManaAbility extends ActivatedManaAbilityImpl {
@Override
public String getRule() {
return super.getRule() + " Activate this ability only once each turn.";
return super.getRule() + " Activate only once each turn.";
}
@Override