updated TargetPlayerOrPlaneswalker to be a subclass of TargetPlayerOrPermanent (as well as the respective filters)

This commit is contained in:
Evan Kranzler 2018-04-20 13:34:35 -04:00
parent 92bf8b77de
commit d290c7f26b
7 changed files with 31 additions and 507 deletions

View file

@ -146,7 +146,7 @@ public class CastFromHandWithoutPayingManaCostTest extends CardTestPlayerBase {
addCard(Zone.HAND, playerA, "Shrapnel Blast", 1);
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Shrapnel Blast");
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Shrapnel Blast", "Ornithopter");
setChoice(playerA, "Yes");
setStopAt(1, PhaseStep.BEGIN_COMBAT);