mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Fix ArachnePsionicWeaver incorrectly targeting
This commit is contained in:
parent
23f32bcd61
commit
db823de8cd
2 changed files with 7 additions and 5 deletions
|
|
@ -42,6 +42,7 @@ public class ArachnePsionicWeaverTest extends CardTestPlayerBase {
|
|||
addCard(Zone.BATTLEFIELD, playerB, "Plains");
|
||||
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, arachnePsionicWeaver);
|
||||
setChoice(playerA, playerB.getName());
|
||||
setChoice(playerA, CardType.ARTIFACT.toString());
|
||||
|
||||
checkPlayableAbility("Player A can't cast Tormod's", 1, PhaseStep.POSTCOMBAT_MAIN, playerA, "Cast " + tormodsCrypt, false);
|
||||
|
|
@ -50,4 +51,4 @@ public class ArachnePsionicWeaverTest extends CardTestPlayerBase {
|
|||
setStopAt(2, PhaseStep.PRECOMBAT_MAIN);
|
||||
execute();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue