Experimental AI: fix a parameter in call to healer support AI
This was an oversight from a change made in d4917d534e
just two days
ago, so it was not in any released version.
This commit is contained in:
parent
961a778d15
commit
f1faf1d6e3
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ return {
|
|||
------- Place Healers CA --------------
|
||||
|
||||
function generic_rush:place_healers_eval()
|
||||
if HS:evaluation(ai, nil, self) > 0 then
|
||||
if HS:evaluation(ai, {}, self) > 0 then
|
||||
return 95000
|
||||
end
|
||||
return 0
|
||||
|
|
Loading…
Add table
Reference in a new issue