mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
fixed a test failure
This commit is contained in:
parent
8d04be1de8
commit
859cd15ac8
1 changed files with 1 additions and 1 deletions
|
@ -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 can’t attack its controller.)</i>";
|
||||
"and only during the declare attackers step. <i>(It can't attack its controller.)</i>";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue