37 lines
628 B
Plaintext
37 lines
628 B
Plaintext
#NAME: Brass Man untapping
|
|
#DESC: Brass Man can untap outside of Upkeep.
|
|
#DESC: To test this, we try to untap him in
|
|
#DESC: secondmain and then cast Assassinate
|
|
#DESC: on him (which should destroy him if
|
|
#DESC: he's still tapped, which he should be).
|
|
[INIT]
|
|
combatattackers
|
|
[PLAYER1]
|
|
inplay:Brass Man,Island,Swamp,Plains,Forest
|
|
hand:Assassinate
|
|
[PLAYER2]
|
|
life:20
|
|
[DO]
|
|
Brass Man
|
|
next
|
|
next
|
|
next
|
|
next
|
|
Island
|
|
Brass Man
|
|
choice 0
|
|
Swamp
|
|
Plains
|
|
Forest
|
|
Assassinate
|
|
Brass Man
|
|
[ASSERT]
|
|
secondmain
|
|
[PLAYER1]
|
|
inplay:Island,Swamp,Plains,Forest
|
|
hand:
|
|
graveyard:Brass Man,Assassinate
|
|
[PLAYER2]
|
|
life:19
|
|
[END]
|