summaryrefslogtreecommitdiff
path: root/lib/scpt/help.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/scpt/help.lua')
-rw-r--r--lib/scpt/help.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/scpt/help.lua b/lib/scpt/help.lua
index 42fb9eeb..8c8ffd8d 100644
--- a/lib/scpt/help.lua
+++ b/lib/scpt/help.lua
@@ -9,20 +9,6 @@
ingame_help
{
["hook"] = HOOK_MOVE,
- ["event"] = function(y, x) if cave(y, x).o_idx ~= 0 then return TRUE end end,
- ["desc"] =
- {
- "So you found your first item! Nice, eh? Now when you stumble across",
- "objects, you can pick them up by pressing g, and if you are wondering",
- "what they do, press I (then *, then the letter for the item) to get",
- "some basic information. You may also want to identify them with scrolls,",
- "staves, rods or spells.",
- }
-}
-
-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"] =
{