Typo in the bows.lua code
Posted: Tue May 25, 2010 5:55 pm
In Volley of arrows friendlyfire is misspelt as firendlyfire (I read while reading up on some of the archer skills)... Not sure if that would have a huge effect though.
Code: Select all
newTalent{
name = "Volley of Arrows",
...
action = function(self, t)
local energy = self.energy.value
self:archeryShoot(nil, 0.7 + self:getTalentLevel(t) / 5, nil, {type="ball", radius=2 + self:getTalentLevel(t)/3, firendlyfire=false})
...
end,
}