add additional 'flicker' abilities to TestRevolt #1066

master
ShawnieBoy 2017-02-04 22:10:07 +00:00
parent 9580b71b30
commit 6b30fc1824
1 changed files with 5 additions and 0 deletions

View File

@ -23,8 +23,13 @@ public class TestRevolt extends TestGameBuilder {
P.setLife(20);
P.changeCounters(MagicCounterType.Energy, 4);
addToLibrary(P,"Forest", 20);
createPermanent(P, "Forest", 10);
createPermanent(P, "Chromatic Lantern");
createPermanent(P, "Ruin Ghost");
createPermanent(P, "Eldrazi Displacer");
createPermanent(P,"Aethergeode Miner");
createPermanent(P, "Solemn Recruit");
addToHand(P,"Solemn Recruit");
P = opponent;
P.setLife(20);