- Fixed a bug with control magic (see tests/control_magic2.txt)
This commit is contained in:
wagic.the.homebrew
2008-11-29 06:47:03 +00:00
parent 5d6a7232cd
commit 58a50705de
6 changed files with 41 additions and 28 deletions

View File

@@ -19,6 +19,7 @@ ascendant_evincar2.txt
brass_man.txt
castle.txt
control_magic.txt
control_magic2.txt
counsel_of_the_soratami.txt
counterspell.txt
counterspell2.txt

View File

@@ -0,0 +1,35 @@
#Testing Control Magic on a serra angel in opponent's play, then testing what happens with sword to plowshares
[INIT]
FIRSTMAIN
[PLAYER1]
hand:1194
manapool:{2}{U}{U}
[PLAYER2]
hand:1367
inplay:1366,1397
[DO]
1194
1366
eot
#untap
next
#upkeep
next
#draw
next
#main 1
1397
1367
1366
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:1194
manapool:{0}
life:24
[PLAYER2]
graveyard:1367
inplay:1397
manapool:{0}
life:20
[END]