mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
FromUnderTheFloorboards card implemetnation SOI. fixed PRized Amalgam test
This commit is contained in:
parent
f6d26ea656
commit
56b4a467de
2 changed files with 108 additions and 3 deletions
|
|
@ -54,7 +54,7 @@ public class PrizedAmalgamTest extends CardTestPlayerBase {
|
|||
|
||||
assertPermanentCount(playerA, "Gravecrawler", 1);
|
||||
assertPermanentCount(playerA, "Prized Amalgam", 1);
|
||||
assertTapped("Prized Amalgam", true);
|
||||
assertTapped("Prized Amalgam", true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -97,7 +97,8 @@ public class PrizedAmalgamTest extends CardTestPlayerBase {
|
|||
execute();
|
||||
|
||||
assertPermanentCount(playerA, "Merfolk Looter", 1);
|
||||
assertPermanentCount(playerB, "Prized Amalgam", 0); // should not recur
|
||||
assertGraveyardCount(playerB, "Prized Amalgam", 1); // stays in grave
|
||||
assertPermanentCount(playerB, "Prized Amalgam", 1);
|
||||
assertGraveyardCount(playerB, "Prized Amalgam", 0);
|
||||
assertTapped("Prized Amalgam", true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue