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.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/scpt/help.lua b/lib/scpt/help.lua
index 1481a997..b03e8d9d 100644
--- a/lib/scpt/help.lua
+++ b/lib/scpt/help.lua
@@ -267,19 +267,6 @@ ingame_help
ingame_help
{
- ["hook"] = HOOK_GET,
- ["event"] = function(obj, idx) if obj.tval == TV_WAND or obj.tval == TV_STAFF then return TRUE end end,
- ["desc"] =
- {
- "You've found a magical device, either a staff or a wand. Each staff",
- "contains a spell, often from one of the primary magic schools. There",
- "is a lot of information you can find about this object if you identify",
- "it and 'I'nspect it. Check the help file on Magic for more about these.",
- }
-}
-
-ingame_help
-{
["hook"] = HOOK_PLAYER_LEVEL,
["event"] = function(y, x) if player.lev >= 20 then return TRUE end end,
["desc"] =