43 lines
490 B
Plaintext
43 lines
490 B
Plaintext
#NAME: Executioner's Swing
|
|
#DESC: Checks targetability
|
|
#DESC: Test that can target creature that damaged player
|
|
|
|
[INIT]
|
|
combatattackers
|
|
|
|
[PLAYER1]
|
|
inplay:Grizzly Bears
|
|
|
|
[PLAYER2]
|
|
inplay:Swamp,Plains
|
|
hand:Executioner's Swing
|
|
|
|
[DO]
|
|
Grizzly Bears
|
|
next
|
|
next
|
|
next
|
|
next
|
|
|
|
# second main
|
|
# kill bear
|
|
yes
|
|
Swamp
|
|
Plains
|
|
Executioner's Swing
|
|
Grizzly Bears
|
|
endinterruption
|
|
|
|
[ASSERT]
|
|
secondmain
|
|
|
|
[PLAYER1]
|
|
graveyard:Grizzly Bears
|
|
|
|
[PLAYER2]
|
|
graveyard:Executioner's Swing
|
|
inplay:Plains,Swamp
|
|
life:18
|
|
|
|
[END]
|