Page 1 of 1

git - suspected callback trigger typo in Actor.lua

Posted: Mon Jan 20, 2014 1:24 am
by Doctornull
Current code starting on line 4006:

Code: Select all

	if self:triggerHook{"Actor:preUseTalent", t=ab, silent=silent, fale=fake} then
		return false
	end
"fale = fake"?

That looks like a whole lot of "fale" to me. :smugface:

Re: git - suspected callback trigger typo in Actor.lua

Posted: Mon Jan 20, 2014 4:32 am
by 0player
Probably just a grammar faleure.