mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
fix verify error, remove skip
This commit is contained in:
parent
7c325fe3cb
commit
17e673ddcf
2 changed files with 2 additions and 3 deletions
|
@ -111,7 +111,6 @@ public class VerifyCardDataTest {
|
||||||
// subtype
|
// subtype
|
||||||
skipListCreate(SKIP_LIST_SUBTYPE);
|
skipListCreate(SKIP_LIST_SUBTYPE);
|
||||||
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Miss Demeanor"); // uses multiple types as a joke card: Lady, of, Proper, Etiquette
|
skipListAddName(SKIP_LIST_SUBTYPE, "UGL", "Miss Demeanor"); // uses multiple types as a joke card: Lady, of, Proper, Etiquette
|
||||||
skipListAddName(SKIP_LIST_SUBTYPE, "DMU", "Benalish Sleeper"); // temporary
|
|
||||||
|
|
||||||
// number
|
// number
|
||||||
skipListCreate(SKIP_LIST_NUMBER);
|
skipListCreate(SKIP_LIST_NUMBER);
|
||||||
|
|
|
@ -25,6 +25,6 @@ public class EnlistAbility extends StaticAbility {
|
||||||
@Override
|
@Override
|
||||||
public String getRule() {
|
public String getRule() {
|
||||||
return "Enlist <i>(As this creature attacks, you may tap a nonattacking creature you control " +
|
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…
Reference in a new issue