[b38] game:logSeen() not sure if this is a bug...

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
jenx
Sher'Tul Godslayer
Posts: 2263
Joined: Mon Feb 14, 2011 11:16 pm

[b38] game:logSeen() not sure if this is a bug...

#1 Post by jenx »

Twice in the code there appears game:logSeen(), rather than game.logSeen().

Is this is a bug or not?

It is in mental.lua and fears.lua.

Eg, in mental.lua:

Code: Select all

if not target:canBe("fear") then
	game.logSeen(target, "#F53CBE#%s ignores the fear!", target.name:capitalize())
elseif not target:checkHit(eff.mindpower, target:combatMentalResist()) then
	game:logSeen(target, "%s resists the fear!", target.name:capitalize())
MADNESS rocks

Post Reply