fix verify error, remove skip

This commit is contained in:
Evan Kranzler 2022-08-22 19:00:27 -04:00
parent 7c325fe3cb
commit 17e673ddcf
2 changed files with 2 additions and 3 deletions

View file

@ -25,6 +25,6 @@ public class EnlistAbility extends StaticAbility {
@Override
public String getRule() {
return "Enlist <i>(As this creature attacks, you may tap a nonattacking creature you control " +
"without summoning sickness. When you do, add its power to this creatures until end of turn.)</i>";
"without summoning sickness. When you do, add its power to this creature's until end of turn.)</i>";
}
}