- fix prowess of the fair
- add "other " keyword to all targets. ex: @movedTo(other elf|graveyard)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-14 14:07:30 +00:00
parent ce31194358
commit 67755a4428
7 changed files with 112 additions and 32 deletions
+3
View File
@@ -154,6 +154,9 @@ paralysis2.txt
persuasion.txt
plague_rats.txt
protomatter_powder.txt
prowess_of_the_fair.txt
prowess_of_the_fair2.txt
prowess_of_the_fair3.txt
pygmy_troll.txt
pyroclasm.txt
rampant_growth.txt
@@ -0,0 +1,21 @@
#Bug:Prowess of the fair works even when a card is dicarded from hand
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Specter's Wail
manapool:{1}{B}
[PLAYER2]
inplay:prowess of the fair
hand:llanowar elves
[DO]
Specter's Wail
p2
choice 0
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:Specter's Wail
[PLAYER2]
graveyard:llanowar elves
inplay:prowess of the fair
[END]
@@ -0,0 +1,20 @@
#Prowess of the fair
[INIT]
FIRSTMAIN
[PLAYER1]
hand:shock
manapool:{R}
[PLAYER2]
inplay:prowess of the fair,llanowar elves
[DO]
shock
llanowar elves
choice 0
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:shock
[PLAYER2]
graveyard:llanowar elves
inplay:prowess of the fair,*
[END]
@@ -0,0 +1,19 @@
#Prowess of the fair disenchanted: shouldn't trigger its ability
[INIT]
FIRSTMAIN
[PLAYER1]
hand:disenchant
manapool:{1}{W}
[PLAYER2]
inplay:prowess of the fair
[DO]
disenchant
prowess of the fair
choice 0
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:disenchant
[PLAYER2]
graveyard:prowess of the fair
[END]