Erwan
-Fix for sacrifice costs
This commit is contained in:
@@ -61,7 +61,8 @@ drift_of_the_dead.txt
|
||||
elvish_piper.txt
|
||||
fastbond.txt
|
||||
flare.txt
|
||||
#fledgling_imp.txt TODO Understand why this one fails
|
||||
fledgling_imp.txt
|
||||
fledgling_imp2.txt
|
||||
foratog.txt
|
||||
force_of_nature.txt
|
||||
force_of_nature2.txt
|
||||
|
||||
@@ -1,30 +1,20 @@
|
||||
#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
|
||||
FIRSTMAIN
|
||||
[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
|
||||
[DO]
|
||||
fledgling imp
|
||||
grizzly bears
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:fledgling imp
|
||||
graveyard:grizzly bears
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
[END]
|
||||
30
projects/mtg/bin/Res/test/fledgling_imp2.txt
Normal file
30
projects/mtg/bin/Res/test/fledgling_imp2.txt
Normal file
@@ -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]
|
||||
Reference in New Issue
Block a user