summaryrefslogtreecommitdiff
path: root/lib/scpt/help.lua
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-08 16:34:39 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-08 16:34:39 +0200
commitac8ef5f15e948e351ff4e92a4150ff6602dd680e (patch)
treecf21da10e677bebed4bb6abb49965f00b2f9a2e5 /lib/scpt/help.lua
parent4401b0bd2e85f491faf9971da4015a254b45366b (diff)
Lua: Move "Found Altar" help to C
Diffstat (limited to 'lib/scpt/help.lua')
-rw-r--r--lib/scpt/help.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/scpt/help.lua b/lib/scpt/help.lua
index 8c8ffd8d..aa6d11f5 100644
--- a/lib/scpt/help.lua
+++ b/lib/scpt/help.lua
@@ -6,19 +6,6 @@
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-ingame_help
-{
- ["hook"] = HOOK_MOVE,
- ["event"] = function(y, x) if (cave(y, x).feat >= FEAT_ALTAR_HEAD) and (cave(y, x).feat <= FEAT_ALTAR_TAIL) then return TRUE end end,
- ["desc"] =
- {
- "Altars are the way to reach the Valar, powers of the world,",
- "usualy called Gods. You can press O to become a follower.",
- "Beware that once you follow a god, you are not allowed to change.",
- "For an exact description of what gods do and want, read the documentation."
- }
-}
-
-- Beware this one, if Bree is moved from 21, 34 (y, x) on the wilderness map it will break
ingame_help
{