made preload events in AI arena 'first_time_only=no'

This commit is contained in:
Iurii Chernyi 2009-04-14 23:18:58 +00:00
parent 03dfbfb9a2
commit 9a3c022fd8
3 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,6 @@
[event]
name=preload
first_time_only=no
[lua]
code = << register_test('0001-healing','Healing test'); >>
[/lua]

View file

@ -1,5 +1,6 @@
[event]
name=preload
first_time_only=no
[lua]
code = << register_test('0002-poisoning','Poison use test'); >>
[/lua]

View file

@ -18,6 +18,7 @@
[event]
name=preload
first_time_only=no
[lua]
code = <<
H = wesnoth.dofile("lua/helper.lua")
@ -36,6 +37,7 @@
[event]
name=preload
first_time_only=no
[set_variable]
name=test_path_to_ai
value=ai/ais/default_ai.cfg