21 lines
368 B
Plaintext
21 lines
368 B
Plaintext
#Testing Tidal Warrior's "target becomes island" ability,
|
|
# Make sure it only lasts until end of turn
|
|
#see http://code.google.com/p/wagic/issues/detail?id=650
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
inplay:Forest, Tidal Warrior
|
|
[PLAYER2]
|
|
[DO]
|
|
Tidal Warrior
|
|
Forest
|
|
eot
|
|
eot
|
|
Forest
|
|
[ASSERT]
|
|
UNTAP
|
|
[PLAYER1]
|
|
inplay:Forest, Tidal Warrior
|
|
manapool:{G}
|
|
[PLAYER2]
|
|
[END] |