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:
30
projects/mtg/bin/Res/test/brass_man_i161.txt
Normal file
30
projects/mtg/bin/Res/test/brass_man_i161.txt
Normal file
@@ -0,0 +1,30 @@
|
||||
#NAME: Brass Man untapping
|
||||
#DESC: Brass Man can untap outside of Upkeep.
|
||||
[INIT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
inplay:Brass Man,Swamp,Plains,Forest
|
||||
hand:Assassinate
|
||||
[PLAYER2]
|
||||
life:20
|
||||
[DO]
|
||||
Brass Man
|
||||
next
|
||||
next
|
||||
next
|
||||
next
|
||||
Swamp
|
||||
Brass Man
|
||||
choice 0
|
||||
Plains
|
||||
Forest
|
||||
Assassinate
|
||||
Brass Man
|
||||
[ASSERT]
|
||||
secondmain
|
||||
[PLAYER1]
|
||||
inplay:Swamp,Plains,Forest
|
||||
graveyard:Brass Man,Assassinate
|
||||
[PLAYER2]
|
||||
life:19
|
||||
[END]
|
||||
Reference in New Issue
Block a user