-new keyword "may" (right now used only for : "when ... comes into play, you may ... moveTo). See Gravedigger 10E
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-03-29 13:04:54 +00:00
parent 3994006d7e
commit 60b35f7f7f
8 changed files with 105 additions and 17 deletions

View File

@@ -0,0 +1,20 @@
# text=When Gravedigger comes into play, you may return target creature card from your graveyard to your hand.
[INIT]
FIRSTMAIN
[PLAYER1]
hand:129584
manapool:{3}{B}
graveyard:129586
[PLAYER2]
[DO]
129584
choice 0
129586
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:129584
hand:129586
manapool:{0}
[PLAYER2]
[END]