mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
Fixed EntersBattlefieldEffect. PhantasmalImage's CopyEffect works now.
This commit is contained in:
parent
3e006b2f55
commit
0b75e4866a
2 changed files with 7 additions and 5 deletions
|
|
@ -27,7 +27,7 @@ public class PhantasmalImageTest extends CardTestPlayerBase {
|
|||
|
||||
assertLife(playerA, 20);
|
||||
assertLife(playerB, 20);
|
||||
assertPermanentCount(playerA, "Phantasmal Image", 1);
|
||||
assertPermanentCount(playerA, "Craw Wurm", 1);
|
||||
assertPermanentCount(playerB, "Craw Wurm", 1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue