mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Fixed a bug of PutTokenOntoBattlefieldCopyTargetEffect causing Myriad tests to fail.
This commit is contained in:
parent
d30736de38
commit
4522eda79c
3 changed files with 35 additions and 13 deletions
|
|
@ -157,7 +157,7 @@ public class MyriadTest extends CardTestMultiPlayerBase {
|
|||
assertPermanentCount(playerD, "Man-o'-War", 1);
|
||||
assertPermanentCount(playerC, "Silvercoat Lion", 0);
|
||||
assertPermanentCount(playerC, "Pillarfield Ox", 0);
|
||||
assertPermanentCount(playerC, "Grizzly Bears", 1);
|
||||
assertPermanentCount(playerC, "Grizzly Bears", 1); // not in range
|
||||
|
||||
assertHandCount(playerC, "Silvercoat Lion", 2);
|
||||
assertHandCount(playerC, "Pillarfield Ox", 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue