- 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"
52 lines
661 B
Plaintext
52 lines
661 B
Plaintext
#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] |