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.
26 lines
511 B
Plaintext
26 lines
511 B
Plaintext
#Testing Cycling + extra abilities
|
|
#Nornamlly, this will deal 3 damage
|
|
#but When you cycle Resounding Thunder
|
|
#it deals 6 damage to target creature or player.
|
|
#player 2 controlls a 6 toughness creature
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
hand:Resounding Thunder
|
|
library:forest
|
|
manapool:{5}{B}{R}{G}
|
|
[PLAYER2]
|
|
inplay:Nim Grotesque
|
|
[DO]
|
|
Resounding Thunder
|
|
choice 1
|
|
choice 0
|
|
Nim Grotesque
|
|
[ASSERT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
graveyard:Resounding Thunder
|
|
hand:forest
|
|
[PLAYER2]
|
|
graveyard:Nim Grotesque
|
|
[END] |