fixed test failure

This commit is contained in:
Evan Kranzler 2022-02-14 22:29:21 -05:00
parent 8da3a78273
commit 3b6a9c0a9b

View file

@ -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>";
}
}