diff --git a/projects/mtg/bin/Res/test/Replenish.txt b/projects/mtg/bin/Res/test/Replenish.txt new file mode 100644 index 000000000..2d5e7f67a --- /dev/null +++ b/projects/mtg/bin/Res/test/Replenish.txt @@ -0,0 +1,22 @@ +#Put in play Fists of Ironwood via Replenish +[INIT] +FIRSTMAIN +[PLAYER1] +life:20 +hand:Replenish +graveyard:Fists of Ironwood, Opalescence, Opalescence +manapool:{3}{W} +[PLAYER2] +life:20 +[DO] +Replenish +eot +[ASSERT] +UNTAP +[PLAYER1] +graveyard:Replenish, Fists of Ironwood +inplay:Opalescence, Opalescence +life:20 +[PLAYER2] +life:20 +[END]