- added Warren Instigator (ZEN) and test script. Thanks to Niegen for finding it. - temporarily removed angry_mob6.txt from the test suite and added it to the "bugs" section, since the script occasionally fails and we haven't found the reason yet. See issue 240. - added test script for Fog Bank - added recently uploaded equipment scripts to test suite (not sure why the weren't added upon uploading them, looks like an oversight) - fixed another bug in recently uploaded MRD file, it contained Vulshok Morningstar (a DST card with a wrong 9ED id and was inserted at the wrong position in the alphabetical order).
39 lines
672 B
Plaintext
39 lines
672 B
Plaintext
#NAME: Angry Mob 6
|
|
#DESC: Tests whether Angry Mob's bonus gets
|
|
#DESC: correctly set at the beginning of the
|
|
#DESC: player's turn, and correctly updated
|
|
#DESC: if the number of the opponent's swamps
|
|
#DESC: changes during the player's turn.
|
|
[INIT]
|
|
secondmain
|
|
[PLAYER1]
|
|
inplay:Plains,1392,1393
|
|
hand:Angry Mob,Swords to Plowshares,Boomerang
|
|
manapool:{W}{W}{2}
|
|
[PLAYER2]
|
|
inplay:1373,1374,1375
|
|
[DO]
|
|
Angry Mob
|
|
eot
|
|
eot
|
|
next
|
|
next
|
|
next
|
|
1392
|
|
1393
|
|
Boomerang
|
|
1375
|
|
Plains
|
|
Swords to Plowshares
|
|
Angry Mob
|
|
[ASSERT]
|
|
firstmain
|
|
[PLAYER1]
|
|
inplay:Plains,1392,1393
|
|
graveyard:Swords to Plowshares,Boomerang
|
|
life:24
|
|
[PLAYER2]
|
|
inplay:1373,1374
|
|
hand:1375
|
|
[END]
|