AI_CONTROLLER macro: use correct syntax for protecting side
This commit is contained in:
parent
b5dc6c2ab8
commit
574714ad7c
1 changed files with 2 additions and 4 deletions
|
@ -293,12 +293,10 @@
|
|||
{MODIFY_AI_ADD_GOAL $ally_side (
|
||||
[goal]
|
||||
id=set_by_ai_controller
|
||||
name=protect
|
||||
name=protect_unit
|
||||
value=20
|
||||
[criteria]
|
||||
[filter]
|
||||
side=$temp_i
|
||||
[/filter]
|
||||
side=$temp_i
|
||||
[/criteria]
|
||||
[/goal]
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue