Typo in the bows.lua code

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Canderel
Sher'Tul
Posts: 1252
Joined: Mon Nov 24, 2003 2:31 pm
Location: South Africa

Typo in the bows.lua code

#1 Post 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,
}

Final Master
Sher'Tul
Posts: 1022
Joined: Fri May 21, 2010 8:16 pm
Location: Inside the minds of all
Contact:

Re: Typo in the bows.lua code

#2 Post by Final Master »

Maybe we should just make a core thread for all the typos?
Final Master's Character Guides
Final Master's Guide to the Arena
Edge: Final Master... official Tome 4 (thread) necromancer.
Zonk: I'd rather be sick than on fire! :D

Post Reply