Skip to content

Commit

Permalink
Add omitted final [] to [modify_ai] paths in core macros and UtBS
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Oct 24, 2018
1 parent 7bafab2 commit e2bc73b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -3911,7 +3911,7 @@
[modify_ai]
side=8
action=add
path=goal
path=goal[]
[goal]
[criteria]
side=1
Expand Down
8 changes: 4 additions & 4 deletions data/core/macros/ai.cfg
Expand Up @@ -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
Expand All @@ -24,7 +24,7 @@
[modify_ai]
side={SIDE}
action=add
path=stage
path=stage[]
{STAGE_WML}
[/modify_ai]
#enddef
Expand All @@ -35,7 +35,7 @@
[modify_ai]
side={SIDE}
action=add
path=goal
path=goal[]
{GOAL_WML}
[/modify_ai]
#enddef
Expand All @@ -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
Expand Down

0 comments on commit e2bc73b

Please sign in to comment.