Files
wagic/projects/mtg/bin/Res/test/torture.txt
wagic.the.homebrew@gmail.com f7331b7066 Erwan
- Fix one card in ZEN
- Fix AI and counters (issue 75, see tests/manual/torture_ai.txt)
- Fix counters target
2009-09-28 13:34:49 +00:00

32 lines
398 B
Plaintext

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