mirror of
https://github.com/correl/mage.git
synced 2025-03-16 09:16:26 -09: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
|
@Override
|
||||||
public String getRule() {
|
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>";
|
+ value + " or more: This Vehicle becomes an artifact creature until end of turn.)</i>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue