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:
@@ -116,6 +116,7 @@ borderland_behemoth.txt
|
||||
bottle_gnomes.txt
|
||||
bottle_gnomes2.txt
|
||||
brass_man.txt
|
||||
brass_man_i161.txt
|
||||
cage_of_hands.txt
|
||||
Call_to_Heel_1.txt
|
||||
Call_to_Heel_2.txt
|
||||
|
||||
@@ -1,13 +1,9 @@
|
||||
#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
|
||||
inplay:Brass Man,Swamp,Plains,Forest
|
||||
hand:Assassinate
|
||||
[PLAYER2]
|
||||
life:20
|
||||
@@ -17,10 +13,9 @@ next
|
||||
next
|
||||
next
|
||||
next
|
||||
Island
|
||||
Swamp
|
||||
Brass Man
|
||||
choice 0
|
||||
Swamp
|
||||
Plains
|
||||
Forest
|
||||
Assassinate
|
||||
@@ -28,8 +23,7 @@ Brass Man
|
||||
[ASSERT]
|
||||
secondmain
|
||||
[PLAYER1]
|
||||
inplay:Island,Swamp,Plains,Forest
|
||||
hand:
|
||||
inplay:Swamp,Plains,Forest
|
||||
graveyard:Brass Man,Assassinate
|
||||
[PLAYER2]
|
||||
life:19
|
||||
Reference in New Issue
Block a user