- fix issue 226 (holy day)
- fix issue 213 (random deck NB of cards)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-12-03 13:40:48 +00:00
parent 8b8abafe59
commit a58e414a5f
4 changed files with 47 additions and 3 deletions
+1
View File
@@ -182,6 +182,7 @@ gravedigger.txt
hannas_custody.txt
harpoon_sniper.txt
hellfire.txt
holy_day_i226.txt
howl_from_beyond.txt
howl_of_the_night_pack.txt
hurricane.txt
@@ -0,0 +1,43 @@
#Bug: Holy day lasts after end of turn
[INIT]
FIRSTMAIN
[PLAYER1]
hand:holy day
manapool:{W}
inplay:grizzly bears
[PLAYER2]
[DO]
holy day
next
#begin
next
#attackers
grizzly bears
eot
eot
next
#upkeep
next
#draw
next
#firstmain
next
#begin
next
#attackers
grizzly bears
next
#blockers
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
life:20
graveyard:holy day
inplay:grizzly bears
[PLAYER2]
life:18
[END]