Skip to content
Snippets Groups Projects
Commit 824986af authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@6019 51575b47-30f0-44d4-a5cc-537603b46e54
parent 55e96a30
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ function _M:learnLore(lore, nopopup, silent, nostop)
if not l then return end
local learnt = false
if not config.settings.tome.lore_popup and profile.mod.lore and profile.mod.lore.lore and profile.mod.lore.lore[lore] then nopopup = true end
if not config.settings.tome.lore_popup and profile.mod.lore and profile.mod.lore.lore and profile.mod.lore.lore[lore] and not l.always_pop then nopopup = true end
if not self:knownLore(lore) or l.always_pop then
game.logPlayer(self, "Lore found: #0080FF#%s", l.name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment