- 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)
27 lines
349 B
Plaintext
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]
|