mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
fix verify error, remove skip
This commit is contained in:
parent
7c325fe3cb
commit
17e673ddcf
2 changed files with 2 additions and 3 deletions
|
|
@ -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 creature’s until end of turn.)</i>";
|
||||
"without summoning sickness. When you do, add its power to this creature's until end of turn.)</i>";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue