Skip to content

Commit

Permalink
AOI: Fix errors found by schema validator
Browse files Browse the repository at this point in the history
- grouping=no, not grouping=none
- speaker is a message key not a filter key

With this, AOI is clean of schema issues.
  • Loading branch information
CelticMinstrel committed Apr 5, 2018
1 parent c7028aa commit 50f52e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -179,7 +179,7 @@
[event]
name=last breath
[filter]
speaker=Gharlsa
id=Gharlsa
[/filter]

[message]
Expand Down
Expand Up @@ -87,7 +87,7 @@
aggression=-0.1
simple_targeting=yes
turns="1,2,3,7,8,9,13,14,15,19,20,21"
grouping=none
grouping=no
{ATTACK_DEPTH 1 3 5}
[/ai]
[/side]
Expand Down Expand Up @@ -126,7 +126,7 @@
[ai]
aggression=-0.1
turns="1,2,3,7,8,9,13,14,15,19,20,21"
grouping=none
grouping=no
attack_depth=5
simple_targeting=yes
[/ai]
Expand Down

0 comments on commit 50f52e7

Please sign in to comment.