Fixed EntersBattlefieldEffect. PhantasmalImage's CopyEffect works now.

This commit is contained in:
magenoxx 2012-03-26 20:05:20 +04:00
parent 3e006b2f55
commit 0b75e4866a
2 changed files with 7 additions and 5 deletions

View file

@ -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);
}