Added a test for flashback.

This commit is contained in:
solo81@web.de
2010-09-11 13:02:04 +00:00
parent 1136cbf04f
commit a417da60c7
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
#Testing Dematerialize cast via flashback from the graveyard.
#Flashback {5}{U}{U} (You may cast this card from your graveyard for its flashback cost. Then exile it.)
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:grizzly bears
graveyard:dematerialize
manapool:{5}{U}{U}
[PLAYER2]
[DO]
dematerialize
grizzly bears
[ASSERT]
FIRSTMAIN
[PLAYER1]
hand:grizzly bears
exile:dematerialize
manapool:{0}
[PLAYER2]
[END]