This commit is contained in:
omegablast2002@yahoo.com
2010-10-17 14:03:51 +00:00
parent 35fa4d9786
commit 1071dbf738
2 changed files with 29 additions and 0 deletions

View File

@@ -212,6 +212,7 @@ double_strike2_i145.txt
dragon_fodder.txt
dragon_fodder2.txt
dragon_whelp_i154.txt
dragon_broodmother_multicolored tokens test.txt
drain_life.txt
dream_fracture_i142.txt
drift_of_the_dead.txt

View File

@@ -0,0 +1,28 @@
#Bug: "new school" Tokens can't have two colors
[INIT]
UNTAP
[PLAYER1]
inplay:mountain
hand:shock
[PLAYER2]
inplay:dragon broodmother,Boartusk Liege
[DO]
next
#upkeep
choice 1
next
#draw
next
#main
mountain
shock
Dragon
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:shock
inplay:mountain
[PLAYER2]
inplay:dragon broodmother,Boartusk Liege,*
[END]