Fixed a problem with filetring of CantBeTargetedAllEffect.

This commit is contained in:
LevelX2 2016-10-03 19:43:26 +02:00
parent 24fc597fe5
commit 1a8f38759b
2 changed files with 7 additions and 0 deletions

View file

@ -35,7 +35,9 @@ public class DenseFoliageTest extends CardTestPlayerBase {
*/
@Test
public void testAbilityCanTarget() {
// Creatures can't be the targets of spells
addCard(Zone.BATTLEFIELD, playerA, "Dense Foliage");
//{T}: Prodigal Sorcerer deals 1 damage to target creature or player.
addCard(Zone.BATTLEFIELD, playerA, "Prodigal Sorcerer");
addCard(Zone.BATTLEFIELD, playerB, "Eager Cadet");