mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 18:28:35 +00:00
Filter for id instead of name; converted some tabs to spaces.
This commit is contained in:
parent
7cc1b90d2d
commit
5203d7d7b5
@ -17,11 +17,11 @@
|
||||
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]
|
||||
|
@ -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…
x
Reference in New Issue
Block a user