mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
fix cascade for splitcards
This commit is contained in:
parent
f0a83c4689
commit
9da97f9368
2 changed files with 6 additions and 11 deletions
|
|
@ -202,7 +202,7 @@ public class CascadeTest extends CardTestPlayerBase {
|
|||
}
|
||||
|
||||
/**
|
||||
* Cascade dont work with split cards.
|
||||
* Cascade work with split cards, cmc = total of halfs.
|
||||
*
|
||||
* For example: Ardent Plea + Breaking/Entering
|
||||
*/
|
||||
|
|
@ -231,9 +231,9 @@ public class CascadeTest extends CardTestPlayerBase {
|
|||
execute();
|
||||
|
||||
assertPermanentCount(playerA, "Ardent Plea", 1);
|
||||
assertGraveyardCount(playerA, "Breaking // Entering", 1);
|
||||
assertGraveyardCount(playerA, "Breaking // Entering", 0);
|
||||
|
||||
assertGraveyardCount(playerB, 8);
|
||||
assertGraveyardCount(playerB, 0);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue