-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:
wagic.the.homebrew@gmail.com
2009-12-13 10:18:37 +00:00
parent f9c810058d
commit ee4e9f2262
6 changed files with 39 additions and 12 deletions

View 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]