Page 1 of 1

[b24] Aim description inconsistant with code

Posted: Mon Apr 18, 2011 3:45 am
by lukep
The number displayed in the description of Aim for firing speed is:

self:getTalentLevelRaw(t) * 5.

However, the code uses:

"combat_physspeed", -self:getTalentLevel(t) * 0.05

The description appears to use the raw talent level, while the code appears to use the effective talent level.

Re: [b24] Aim description inconsistant with code

Posted: Mon Apr 18, 2011 6:47 am
by darkgod
fixed