- Fix issue #16 (testsuite segfaults if file does not exist) - Fix issue #37 (Normal Combat Damage is not dealt to creatures when the AI attacks) - TestSuite now has an "AI" mode (see test/manual/p2_attacks.txt)
13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
#Scenario: simple attack with white knight + grizzly bears
|
|
#Attack with both.
|
|
#There should be a request for interruption between the two damage assignation steps, so that users can cast spells
|
|
[INIT]
|
|
COMBATATTACKERS
|
|
[PLAYER1]
|
|
inplay:white knight,grizzly bears
|
|
[PLAYER2]
|
|
[DO]
|
|
human
|
|
next
|
|
[ASSERT]
|
|
[END] |