Files
wagic/projects/mtg/bin/Res/test/resounding_roar.txt
solo81@web.de e9139bedab Readded the new code for Resounding Roar and Resounding Thunder.
Their code was just fine and 100% accurate in concerns with the official rules.

The tests 'cycling2' and 'resounding_roar' occured because of a missing 'choice 0'. Now, the test suite passes.
2011-11-17 18:56:24 +00:00

29 lines
364 B
Plaintext

#Testing Cycling
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Resounding Roar
inplay:Runeclaw Bear
library:forest
manapool:{5}{R}{G}{W}
[PLAYER2]
[DO]
Resounding Roar
choice 1
choice 0
Runeclaw Bear
next
next
Runeclaw Bear
next
next
next
[ASSERT]
combatend
[PLAYER1]
inplay:Runeclaw Bear
graveyard:Resounding Roar
hand:forest
[PLAYER2]
life:12
[END]