mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
updated TargetPlayerOrPlaneswalker to be a subclass of TargetPlayerOrPermanent (as well as the respective filters)
This commit is contained in:
parent
92bf8b77de
commit
d290c7f26b
7 changed files with 31 additions and 507 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue