Healer support MAI: add comment about CA scores being hard-coded

This commit is contained in:
mattsc 2013-07-04 12:18:04 -07:00
parent 5b5964c1e4
commit 338d2f1f22

View file

@ -150,6 +150,7 @@ function wesnoth.wml_actions.micro_ai(cfg)
--------- Healer Support Micro AI - side-wide AI ------------------------------------
if (cfg.ai_type == 'healer_support') then
optional_keys = { "aggression", "injured_units_only", "max_threats", "filter", "filter_second" }
-- Scores for this AI need to be hard-coded, it does not work otherwise
CA_parms = {
{ ca_id = 'mai_healer_initialize', score = 999990 },
{ ca_id = 'mai_healer_move', score = 105000 },