summaryrefslogtreecommitdiff
path: root/lib/scpt
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-08 17:51:57 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-08 17:51:57 +0200
commit6daf34377e6c0c1e1861d65c55d2df18e9e491d4 (patch)
treee633101960d6ef439f5f32b6731a5942b7a252c7 /lib/scpt
parente0e4d2216c5763e318e4b321aef63cf67924f8d0 (diff)
Lua: Move "pick up rod tip" help to C
Diffstat (limited to 'lib/scpt')
-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 189805fb..e7b9a662 100644
--- a/lib/scpt/help.lua
+++ b/lib/scpt/help.lua
@@ -257,19 +257,6 @@ ingame_help
ingame_help
{
["hook"] = HOOK_GET,
- ["event"] = function(obj, idx) if obj.tval == TV_ROD then return TRUE end end,
- ["desc"] =
- {
- "You've found a rod-tip! You will need to attach it to a rod base",
- "before you can use it. Once it has been attatched (use the 'z' key)",
- "you cannot unattach it! The rod tip will determine the effect of",
- "the rod. To use your rod, 'z'ap it once it has been assembled.",
- }
-}
-
-ingame_help
-{
- ["hook"] = HOOK_GET,
["event"] = function(obj, idx) if obj.tval == TV_TRAPKIT then return TRUE end end,
["desc"] =
{