Erwan
-fix issue 161 (brass man can untap outside of upkeep). Use "myUpkeepOnly" keyword. Other keywords such as "myDrawOnly" of course work. Haven't implemented "opponent" yet, is it needed ?
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
#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]
|
||||
Reference in New Issue
Block a user