revert adjustments that are used in test choices

This commit is contained in:
xenohedron 2023-08-16 23:18:29 -04:00
parent 6814efd87f
commit 641c0b5a01
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -91,7 +91,7 @@ public class EvolveAbility extends EntersBattlefieldAllTriggeredAbility {
@Override
public String getRule() {
return "evolve <i>(Whenever a creature enters the battlefield under your control, if that creature has greater power or toughness than this creature, put a +1/+1 counter on this creature.)</i>";
return "Evolve <i>(Whenever a creature enters the battlefield under your control, if that creature has greater power or toughness than this creature, put a +1/+1 counter on this creature.)</i>";
}
@Override