Error in Track talent definition

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
PowerWyrm
Sher'Tul
Posts: 1106
Joined: Thu Nov 21, 2002 9:53 pm

Error in Track talent definition

#1 Post by PowerWyrm »

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...

edge2054
Retired Ninja
Posts: 3756
Joined: Fri May 28, 2010 4:38 pm

Re: Error in Track talent definition

#2 Post by edge2054 »

I'm pretty sure it's meant to be cunning. The tree is cunning based and tracking is more about cunning in real life then it is dexterity.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Error in Track talent definition

#3 Post by darkgod »

Yup, fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply