Add omitted final [] to [modify_ai] paths in core macros and UtBS

This commit is contained in:
Celtic Minstrel 2018-03-31 11:43:44 -04:00
parent 7bafab286b
commit e2bc73b27b
2 changed files with 5 additions and 5 deletions

View file

@ -3911,7 +3911,7 @@
[modify_ai]
side=8
action=add
path=goal
path=goal[]
[goal]
[criteria]
side=1

View file

@ -13,7 +13,7 @@
[modify_ai]
side={SIDE}
action=add
path=aspect[{ASPECT_ID}].facet
path=aspect[{ASPECT_ID}].facet[]
{FACET_WML}
[/modify_ai]
#enddef
@ -24,7 +24,7 @@
[modify_ai]
side={SIDE}
action=add
path=stage
path=stage[]
{STAGE_WML}
[/modify_ai]
#enddef
@ -35,7 +35,7 @@
[modify_ai]
side={SIDE}
action=add
path=goal
path=goal[]
{GOAL_WML}
[/modify_ai]
#enddef
@ -46,7 +46,7 @@
[modify_ai]
side={SIDE}
action=add
path=stage[{STAGE_ID}].candidate_action
path=stage[{STAGE_ID}].candidate_action[]
{CANDIDATE_ACTION_WML}
[/modify_ai]
#enddef