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:
mattsc 2016-09-03 07:06:18 -07:00
parent 390d1fdc10
commit af0f49ae9a

View file

@ -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