Page 1 of 1

Typo in the bows.lua code

Posted: Tue May 25, 2010 5:55 pm
by Canderel
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,
}

Re: Typo in the bows.lua code

Posted: Tue May 25, 2010 7:07 pm
by Final Master
Maybe we should just make a core thread for all the typos?