Files
wagic/projects/mtg/bin/Res/test/bugs/souls_attendant_i489.txt
T
wagic.the.homebrew@gmail.com 8fdb64e9ce Erwan
- adding tests for issue 489 and issue 491
- check for null pointers in Credits.cpp
- Test suite can now select tokens by their name
- Fixed Dragon Broodmothere's token name
2010-10-17 10:21:08 +00:00

18 lines
361 B
Plaintext

#Bug: Triggers are "targetting", making Black Knight immune to soul's attendant ability
# http://code.google.com/p/wagic/issues/detail?id=489
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:soul's attendant
hand:black knight
manapool:{B}{B}
[PLAYER2]
[DO]
black knight
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:soul's attendant,black knight
life:21
[PLAYER2]
[END]