fixed a test failure

This commit is contained in:
Evan Kranzler 2020-04-21 18:21:38 -04:00
parent 8d04be1de8
commit 859cd15ac8

View file

@ -77,7 +77,7 @@ class CapricopianActivatedAbility extends ActivatedAbilityImpl {
public String getRule() {
return "{2}: Put a +1/+1 counter on {this}, then you may reselect which player {this} is attacking. " +
"Only the player {this} is attacking may activate this ability " +
"and only during the declare attackers step. <i>(It cant attack its controller.)</i>";
"and only during the declare attackers step. <i>(It can't attack its controller.)</i>";
}
@Override