[1.0.0] Bug of the description of Energy Absorption

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
roycelin3
Low Yeek
Posts: 8
Joined: Tue Sep 18, 2012 6:35 am

[1.0.0] Bug of the description of Energy Absorption

#1 Post by roycelin3 »

The last line of the description says "The cooldown adjustment scales with your Paradox." However, it is instead the number of talents affected that scales with Paradox. Below is parts of the code:

getTalentCount = function(self, t) return 1 + math.floor(self:getTalentLevel(t) * getParadoxModifier(self, pm)/2) end,
getCooldown = function(self, t) return 1 + math.ceil(self:getTalentLevel(t)/3) end

Thank you!

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

Re: [1.0.0] Bug of the description of Energy Absorption

#2 Post by darkgod »

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