-Fix for sacrifice costs
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-06-09 14:07:07 +00:00
parent 4e4733fd2b
commit 75720b9459
7 changed files with 48 additions and 25 deletions
@@ -0,0 +1,30 @@
#Bug: fledgling imp ability doesn't work
# text={B}, Discard a card from your hand: Fledgling Imp gains flying until end of turn.
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:air elemental
[PLAYER2]
inplay:fledgling imp
hand:grizzly bears
manapool:{B}
[DO]
air elemental
next
#blockers
fledgling imp
choice 1
grizzly bears
fledgling imp
next
#combat damage
next
#combat end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:air elemental
[PLAYER2]
graveyard:grizzly bears,fledgling imp
manapool:{0}
[END]