- A few card fixes
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-08 13:07:19 +00:00
parent c76d8a3976
commit f9a2d8283a
10 changed files with 78 additions and 10 deletions

View File

@@ -0,0 +1,21 @@
#Testing Persist
#bug : When controlling some boosting cards (Glorious Anthem, Honor of the Pure...), returning persist creatures usually come back with their regular P-1/T-1 but are not boosted like they should.
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Lingering Tormentor,bad moon,prodigal sorcerer
hand:lightning bolt
manapool:{R}
[PLAYER2]
[DO]
lightning bolt
lingering tormentor
prodigal sorcerer
lingering tormentor
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:Lingering Tormentor,bad moon,prodigal sorcerer
graveyard:lightning bolt
[PLAYER2]
[END]