mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
[Collection viewer] Drawing set name on the tabs (vertical for selected and normal for tabs without images).
This commit is contained in:
parent
48142926dd
commit
b42e056750
3 changed files with 390 additions and 344 deletions
|
|
@ -18,6 +18,7 @@ public class ProtectionFromColorTest extends CardTestBase {
|
|||
|
||||
// tapped White Knight with Protection from Black
|
||||
addCard(Constants.Zone.BATTLEFIELD, computerB, "White Knight", 1, true);
|
||||
addCard(Constants.Zone.BATTLEFIELD, computerB, "Runeclaw Bear", 1, true);
|
||||
// one not tapped White Knight to prevent AI from attacking
|
||||
addCard(Constants.Zone.BATTLEFIELD, computerB, "White Knight", 1, false);
|
||||
|
||||
|
|
@ -31,6 +32,7 @@ public class ProtectionFromColorTest extends CardTestBase {
|
|||
|
||||
// no one should be destroyed
|
||||
assertPermanentCount(computerB, "White Knight", 2);
|
||||
assertPermanentCount(computerB, "Runeclaw Bear", 0);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue