- fix PSP Compilation issue
- Stillmoon cavalier (and other "until end of turn" activated abilities) bug fix
- attempt at fixing multi abilities that work "only from time to time"
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-15 14:06:47 +00:00
parent c672ec99ee
commit 8681987f89
5 changed files with 120 additions and 92 deletions
+1
View File
@@ -137,6 +137,7 @@ spoils_of_evil.txt
stasis.txt
steelclad_serpent1.txt
steelclad_serpent2.txt
stillmoon_cavalier.txt
sword_to_plowshares.txt
telekinetic_sliver.txt
terror.txt
@@ -0,0 +1,52 @@
#Bug: Stillmoon cavalier's effects don't wear off at the end of the turn
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Stillmoon Cavalier
manapool:{B}
[PLAYER2]
inplay:grizzly bears,raging goblin
[DO]
Stillmoon Cavalier
choice 1
next
#combat begins
next
#attackers
Stillmoon Cavalier
next
#blockers
Grizzly Bears
next
#damage
next
#end
eot
eot
#untap
next
#upkeep
next
#draw
next
#firstmain
next
#combat begins
next
#attackers
Stillmoon Cavalier
next
#blockers
raging goblin
next
#damage
next
#end
[ASSERT]
COMBATEND
[PLAYER1]
graveyard:Stillmoon Cavalier
manapool:{0}
[PLAYER2]
graveyard:grizzly bears,raging goblin
[END]