[DMU] Implement Silver Scrutiny and fix #7326 (#9508)

This commit is contained in:
Alex W. Jackson 2022-09-13 20:15:04 -04:00 committed by GitHub
parent dafd7f8e7c
commit c3ce7898de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 179 additions and 25 deletions

View file

@ -56,6 +56,7 @@ public class MeddlingMageTest extends CardTestPlayerBase {
activateAbility(1, PhaseStep.POSTCOMBAT_MAIN, playerA, "{2}, {T}:");
setChoice(playerA, true); // create copy
setChoice(playerA, true); // cast copy
addTarget(playerA, "Meddling Mage");
setStrictChooseMode(true);
setStopAt(1, PhaseStep.END_TURN);