mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
only fixes 2 of 3 issues with Scarabs. infect damage not triggering it still for #3402
This commit is contained in:
parent
d174b0964d
commit
9e78f216d1
2 changed files with 2 additions and 2 deletions
|
|
@ -86,7 +86,7 @@ public class NestOfScarabsTest extends CardTestPlayerBase {
|
|||
setStopAt(1, PhaseStep.BEGIN_COMBAT);
|
||||
execute();
|
||||
|
||||
assertPermanentCount(playerA, nestScarabs, 1);
|
||||
assertPermanentCount(playerA, nestScarabs, 1);
|
||||
assertHandCount(playerA, blackZenith, 0);
|
||||
assertLibraryCount(playerA, blackZenith, 1); // shuffles back into library
|
||||
assertGraveyardCount(playerA, fugitive, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue