Files
wagic/projects/mtg/bin/Res/test/warren_instigator.txt
Psyyringe b4e9541cb8 Psyringe:
- 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).
2009-12-12 17:10:08 +00:00

28 lines
454 B
Plaintext

#NAME: Warren Instigator
#DESC: verifies that Warren Instigator's
#DESC: ability correctly can be used
#DESC: twice due to double strike
[INIT]
combatattackers
[PLAYER1]
inplay:Warren Instigator
hand:Raging Goblin,Goblin King
[PLAYER2]
[DO]
Warren Instigator
next
next
choice 0
Raging Goblin
next
choice 0
Goblin King
next
[ASSERT]
combatend
[PLAYER1]
inplay:Warren Instigator,Raging Goblin,Goblin King
[PLAYER2]
life:18
[END]