mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
commit
b68bfdf4c2
6382 changed files with 17850 additions and 14126 deletions
|
|
@ -117,7 +117,7 @@ public class LazavDimirMastermindTest extends CardTestPlayerBase {
|
|||
Permanent lazav = getPermanent("Lazav, Dimir Mastermind", playerA.getId());
|
||||
Assert.assertTrue(lazav.getAbilities().contains(FlyingAbility.getInstance()));
|
||||
Assert.assertTrue(lazav.getSubtype(currentGame).contains("Specter"));
|
||||
Assert.assertTrue(lazav.getSupertype().contains("Legendary"));
|
||||
Assert.assertTrue(lazav.isLegendary());
|
||||
|
||||
assertPermanentCount(playerA, "Silvercoat Lion", 1);
|
||||
assertPowerToughness(playerA, "Silvercoat Lion", 2, 2);
|
||||
|
|
@ -147,7 +147,7 @@ public class LazavDimirMastermindTest extends CardTestPlayerBase {
|
|||
|
||||
Permanent lazav = getPermanent("Lazav, Dimir Mastermind", playerA.getId());
|
||||
Assert.assertTrue(lazav.getSubtype(currentGame).contains("Cat"));
|
||||
Assert.assertTrue(lazav.getSupertype().contains("Legendary"));
|
||||
Assert.assertTrue(lazav.isLegendary());
|
||||
|
||||
}
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue