[NEC] various text fixes

This commit is contained in:
Evan Kranzler 2022-02-14 20:49:07 -05:00
parent 21dd720336
commit a2a0466212
14 changed files with 37 additions and 33 deletions

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