mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
fixed test failure
This commit is contained in:
parent
8da3a78273
commit
3b6a9c0a9b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class CrewAbility extends SimpleActivatedAbility {
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "crew " + value + " <i>(Tap any number of creatures you control with total power "
|
||||
return "Crew " + value + " <i>(Tap any number of creatures you control with total power "
|
||||
+ value + " or more: This Vehicle becomes an artifact creature until end of turn.)</i>";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue