Skip to content
Snippets Groups Projects
Commit 280441a5 authored by dg's avatar dg
Browse files

back to the future

git-svn-id: http://svn.net-core.org/repos/t-engine4@4865 51575b47-30f0-44d4-a5cc-537603b46e54
parent 96af040f
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,16 @@ newEntity{
desc = [[This parchment contains some lore.]],
}
newEntity{
define_as = "BASE_LORE_RANDOM",
type = "lore", subtype="lore", not_in_stores=true, no_unique_lore=true,
unided_name = "scroll", identified=true,
display = "?", color=colors.ANTIQUE_WHITE, image="object/scroll.png",
encumber = 0,
checkFilter = function(self) if self.lore and game:getPlayer(true).lore_known and game:getPlayer(true).lore_known[self.lore] then print('[LORE] refusing', self.lore) return false else return true end end,
desc = [[This parchment contains some lore.]],
}
-----------------------------------------------------------
-- Infusions
-----------------------------------------------------------
......
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