- Fix one card in ZEN
- Fix AI and counters (issue 75, see tests/manual/torture_ai.txt)
- Fix counters target
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-28 13:34:49 +00:00
parent 7efdad82de
commit f7331b7066
8 changed files with 67 additions and 8 deletions
+1
View File
@@ -219,6 +219,7 @@ telekinetic_sliver.txt
terror.txt
terror2.txt
titanic_ultimatum.txt
torture.txt
tranquil_domain.txt
unwilling_recruit.txt
volcanic_island.txt
@@ -0,0 +1,20 @@
#Bug:Does torture correctly cast torture on opponent's creatures ?
[INIT]
SECONDMAIN
[PLAYER1]
inplay:grizzly bears
[PLAYER2]
hand:torture
inplay:air elemental,swamp,plains
[DO]
ai
ai
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Wildslayer Elves,Armadillo Cloak
life:25
[PLAYER2]
graveyard:grizzly bears
life:17
[END]
+32
View File
@@ -0,0 +1,32 @@
#Bug: Torture doesn't put counters
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:grizzly bears,swamp,mountain
hand:torture
manapool:{B}
[PLAYER2]
[DO]
torture
grizzly bears
swamp
mountain
torture
next
#begin
next
#attackers
grizzly bears
next
#blockers
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:grizzly bears,swamp,mountain,torture
[PLAYER2]
life:19
[END]