replace Clone with Body Double in test

master
melvin 2014-03-18 13:24:02 +08:00
parent 795e16571c
commit f7e623a73a
1 changed files with 3 additions and 1 deletions

View File

@ -27,13 +27,15 @@ class TestClone extends TestGameBuilder {
P.setLife(6);
addToLibrary(P, "Swamp", 20);
addToGraveyard(P, "Body Double", 1);
createPermanent(game,P,"Island",false,4);
createPermanent(game,P,"Swamp",false,4);
createPermanent(game,P,"Glorious Anthem",false,1);
createPermanent(game,P,"Chromatic Lantern",false,1);
createPermanent(game,P,"Young Wolf",false,1);
addToHand(P, "Phantasmal Image", 1);
addToHand(P, "Clone", 2);
addToHand(P, "Clone", 1);
addToHand(P, "Body Double", 1);
addToHand(P, "Evil Twin", 1);
addToHand(P, "Progenitor Mimic", 1);
addToHand(P, "Lightning Bolt", 3);