8fdb64e9ce
- 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
18 lines
361 B
Plaintext
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] |