Error in Track talent definition
Posted: Tue Sep 21, 2010 6:07 pm
1) The definition says: "Sense foes around you in a radius of %d for %d turns. The radius will increase with the Cunning stat." with first parameter equal to 10 + self:getDex(10) * self:getTalentLevel(t)
2) Talent is Dex based
3) The code says: local rad = 10 + self:getCun(10) * self:getTalentLevel(t)
So Dex or Cun? Should probably be Dex...
2) Talent is Dex based
3) The code says: local rad = 10 + self:getCun(10) * self:getTalentLevel(t)
So Dex or Cun? Should probably be Dex...