-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

@@ -54,6 +54,7 @@ giant_growth2.txt
goblin_balloon_brigade.txt
goblin_balloon_brigade2.txt
goblin_king.txt
gravedigger.txt
hymn_of_rebirth.txt
icatian_priest.txt
keldon_warlord.txt
@@ -87,4 +88,4 @@ tranquil_domain.txt
volcanic_island.txt
white_knight1.txt
wrath_of_god.txt
zombie_master.txt
zombie_master.txt

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]