updated "can't be countered" text

This commit is contained in:
Evan Kranzler 2018-06-20 11:21:06 -04:00
parent 23d0e5e803
commit d9dfef24ce
28 changed files with 83 additions and 84 deletions

View file

@ -21,7 +21,7 @@ public class CantBeCounteredSourceEffect extends ContinuousRuleModifyingEffectIm
public CantBeCounteredSourceEffect() {
super(Duration.WhileOnStack, Outcome.Benefit, false, true);
staticText = "{this} can't be countered";
staticText = "this spell can't be countered";
}
public CantBeCounteredSourceEffect(final CantBeCounteredSourceEffect effect) {