mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
updated "can't be countered" text
This commit is contained in:
parent
23d0e5e803
commit
d9dfef24ce
28 changed files with 83 additions and 84 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue