High XP CA: add missing braces to CA definition
This did not keep the AI from working correctly, it just made it slightly less efficient.
This commit is contained in:
parent
390d1fdc10
commit
af0f49ae9a
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
engine=lua
|
||||
name=ai_default_rca::high_xp_attack
|
||||
location="ai/lua/ca_high_xp_attack.lua"
|
||||
max_score=AI_CA_HIGH_XP_ATTACK_MAX_SCORE
|
||||
max_score={AI_CA_HIGH_XP_ATTACK_MAX_SCORE}
|
||||
[/candidate_action]
|
||||
#enddef
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue