mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +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
|
||||
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, "DMU", "Benalish Sleeper"); // temporary
|
||||
|
||||
// number
|
||||
skipListCreate(SKIP_LIST_NUMBER);
|
||||
|
@ -1825,7 +1824,7 @@ public class VerifyCardDataTest {
|
|||
|| checkName.equals("Plains")
|
||||
|| checkName.equals("Mountain");
|
||||
}
|
||||
|
||||
|
||||
private boolean isNonSnowBasicLandName(String name) {
|
||||
return name.equals("Island")
|
||||
|| name.equals("Forest")
|
||||
|
|
|
@ -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…
Reference in a new issue