add Dune Diviner and Hostile Desert to TestNoChoice show case where there is no valid Desert to tap, for #1177

master
melvinzhang 2017-07-13 10:31:37 +08:00
parent 1c63b4ca31
commit c0984812be
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ class TestNoChoice extends TestGameBuilder {
addToLibrary(P, "Forest", 20);
createPermanent(P, "Vesper Ghoul", false, 1);
createPermanent(P, "Foul Familiar", false, 1);
createPermanent(P, "Dune Diviner", false, 1);
createPermanent(P, "Hostile Desert", false, 1);
P = opponent;