Skip to content
Snippets Groups Projects
Commit 75c96af3 authored by dg's avatar dg
Browse files

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@2186 51575b47-30f0-44d4-a5cc-537603b46e54
parent d7e7b6ea
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
-- darkgod@te4.org
-- Engine Version
engine.version = {0,9,17,"te4",8}
engine.version = {0,9,17,"te4",9}
engine.require_c_core = engine.version[5]
engine.version_id = ("%s-%d_%d.%d.%d"):format(engine.version[4], engine.require_c_core, engine.version[1], engine.version[2], engine.version[3])
......
......@@ -70,3 +70,18 @@ newLore{
#{normal}#Before I continue, I must make one thing clear: I am no great friend to the mages. Some powers simply were not meant for mortal hands or minds. As history has taught us time and again, from the sudden disappearance of the Sher'Tul to the Spellblaze and the plagues it brought in its wake, magic is wont to cause more harm than good. But I fear it is a necessity for my current task. During my stay in Derth a fellow traveller and I have become fast friends, often drinking together in the local tavern. I can't put my finger on it, but I believe him to be a mage; he has an unexplainable feeling of power surrounding him, not to mention a rather ostentatious hat. I wonder what his thoughts would be on the art of water-breathing...?]],
}
newLore{
id = "old-forest-note-6",
category = "old forest",
name = "journal entry (old forest)",
lore = [[#{italic}#From the notes of Darwood Oakton, explorer:
#{bold}#CHAPTER FIVE: NEEDS MUST...
#{normal}#I ...
#{italic}The note seems unfinished, blood tarnishes most of it. You find a small gem with it, it seems to be some kind of key.
#{normal}]],
on_learn = function(who)
game.player:grantQuest("shertul-fortress")
end,
}
......@@ -2206,7 +2206,7 @@ int luaopen_core(lua_State *L)
luaL_openlib(L, "core.game", gamelib, 0);
lua_pushstring(L, "VERSION");
lua_pushnumber(L, 8);
lua_pushnumber(L, 9);
lua_settable(L, -3);
luaL_openlib(L, "rng", rnglib, 0);
......
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