Filter for id instead of name; converted some tabs to spaces.
This commit is contained in:
parent
7cc1b90d2d
commit
5203d7d7b5
2 changed files with 6 additions and 4 deletions
|
@ -17,15 +17,15 @@
|
|||
message= _"This situation should test the recruitment phase"
|
||||
[/message]
|
||||
[move_unit]
|
||||
name="Challenger AI"
|
||||
id=chall-ai
|
||||
to_x,to_y=15,2
|
||||
[/move_unit]
|
||||
[move_unit]
|
||||
name="Champion AI"
|
||||
id=champ-ai
|
||||
to_x,to_y=15,24
|
||||
[/move_unit]
|
||||
[modify_side]
|
||||
side=2
|
||||
switch_ai=$test_path_to_akihara_recruitment
|
||||
side=2
|
||||
switch_ai=$test_path_to_akihara_recruitment
|
||||
[/modify_side]
|
||||
[/event]
|
||||
|
|
|
@ -116,6 +116,7 @@
|
|||
[/side]
|
||||
[side]
|
||||
side=2
|
||||
id=chall-ai
|
||||
name="Challenger AI"
|
||||
type=White Mage
|
||||
canrecruit=yes
|
||||
|
@ -127,6 +128,7 @@
|
|||
[/side]
|
||||
[side]
|
||||
side=3
|
||||
id=champ-ai
|
||||
name="Champion AI"
|
||||
type=Dark Adept
|
||||
canrecruit=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue