Files
wagic/projects/mtg/bin/Res/test/firebreathing.txt
wagic.the.homebrew@gmail.com fd8645d1a4 Erwan
- JGE updates : main accepts argv/argc. Compilation variables for MP3 and Network support
- Minor fix in Wagic (potentially fixes crashes when using activated abilities several times in onr turn. Couldn't reproduce the issue)
2010-07-11 10:56:12 +00:00

27 lines
349 B
Plaintext

#Testing Firebreathing twice
[INIT]
FIRSTMAIN
[PLAYER1]
hand:firebreathing
inplay:grizzly bears
manapool:{R}{R}{R}
[PLAYER2]
[DO]
firebreathing
grizzly bears
firebreathing
firebreathing
next
#begin combat
next
#attackers
grizzly bears
eot
[ASSERT]
UNTAP
[PLAYER1]
inplay:grizzly bears,firebreathing
[PLAYER2]
life:16
[END]