Files
wagic/projects/mtg/bin/Res/test/fledgling_imp.txt
T
wagic.the.homebrew@gmail.com 9ec582e02e Erwan
- a Few bug fix.
- I need to investigate for fledgling imp :(
2009-06-09 13:17:23 +00:00

30 lines
515 B
Plaintext

#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]