[b24] Aim description inconsistant with code
Posted: Mon Apr 18, 2011 3:45 am
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.
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.