Files
wagic/projects/mtg/bin/Res/test/bugs/river_kelpie_i335.txt
wagic.the.homebrew@gmail.com d1d465c50f Erwan
- added test for issue 335
2010-03-04 13:09:43 +00:00

21 lines
365 B
Plaintext

#Bug: River Kelpie doesn't draw through persist
# see http://code.google.com/p/wagic/issues/detail?id=335
[INIT]
FIRSTMAIN
[PLAYER1]
library:plains
inplay:river kelpie
hand:lightning bolt
manapool:{R}
[PLAYER2]
[DO]
lightning bolt
river kelpie
[ASSERT]
FIRSTMAIN
[PLAYER1]
hand:plains
inplay:river kelpie
graveyard:lightning bolt
[PLAYER2]
[END]