- 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)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-22 06:15:32 +00:00
parent d7657e8bdf
commit 71d4818646
16 changed files with 172 additions and 22 deletions
@@ -0,0 +1,11 @@
#Scenario: simple attack with grizzly bears
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:grizzly bears
[PLAYER2]
[DO]
human
next
[ASSERT]
[END]