- new tests to unconfirm some reported bugs
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-04-05 06:41:17 +00:00
parent 853d14c8cc
commit d5cf601ec7
3 changed files with 55 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
#Lhurgoyf's power is equal to the number of creature cards in all graveyards and its toughness is equal to that number plus 1.
#bug: power and toughness always 0/1
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:lhurgoyf
graveyard:grizzly bears
[PLAYER2]
graveyard:air elemental
[DO]
lhurgoyf
next
#blockers
next
#combatdamage
next
#endofcombat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:lhurgoyf
graveyard:grizzly bears
[PLAYER2]
graveyard:air elemental
life:18
[END]