Menu

#890 Bug in AbstractAI.getHintedRecruitmentValue

open
AI (104)
5
2012-10-22
2012-10-22
Craig Lish
No

Bug in AbstractAI.getHintedRecruitmentValue(CreatureType creature, Legion legion, List<IVariantHint.AIStyle> styles).
Only effects titan rectruitment value calculation.

The calculation for titan should have a + instead of a * since the default hinted value is 0.
<code>
return power * skill + VariantSupport.getHintedRecruitmentValueOffset(creature, styles);
</code>

Discussion


Log in to post a comment.