Skip to content
Snippets Groups Projects
Commit 5025c2bc authored by dg's avatar dg
Browse files

typo

git-svn-id: http://svn.net-core.org/repos/t-engine4@1698 51575b47-30f0-44d4-a5cc-537603b46e54
parent 931b04d1
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ function _M:learnLore(lore)
Dialog:simpleLongPopup("Lore found: #0080FF#"..l.name, "#ANTIQUE_WHITE#"..l.lore, 400)
game.logPlayer(self, "Lore found: #0080FF#%s", l.name)
game.logPlayer(self, "#ANTIQUE_WHITE#%s", l.lore)
game.logPlayer(self, "You can read all your collected lore in tha game menu, by pressing Escape.")
game.logPlayer(self, "You can read all your collected lore in the game menu, by pressing Escape.")
end
self.lore_known[lore] = true
......
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