- (Finally) adding "must" abilities. Usage is as natural as possible, check Aven cloudchaser in 10E.
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-06 14:22:41 +00:00
parent 50169eb5fb
commit da07370243
10 changed files with 141 additions and 39 deletions

View File

@@ -0,0 +1,19 @@
#Test:"must" abilities
[INIT]
FIRSTMAIN
[PLAYER1]
manapool:{3}{W}
hand:Aven Cloudchaser
inplay:lifeforce
[PLAYER2]
[DO]
Aven cloudchaser
choice 0
lifeforce
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:aven cloudchaser
graveyard:lifeforce
[PLAYER2]
[END]

View File

@@ -0,0 +1,16 @@
#Test:"must" abilities
[INIT]
FIRSTMAIN
[PLAYER1]
manapool:{3}{W}{1}
hand:Aven Cloudchaser,black vise
[PLAYER2]
[DO]
Aven cloudchaser
black vise
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:aven cloudchaser,black vise
[PLAYER2]
[END]