diff options
author | Bardur Arantsson <bardur@scientician.net> | 2012-06-08 17:51:57 +0200 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2012-06-08 17:51:57 +0200 |
commit | 6daf34377e6c0c1e1861d65c55d2df18e9e491d4 (patch) | |
tree | e633101960d6ef439f5f32b6731a5942b7a252c7 /lib/scpt/help.lua | |
parent | e0e4d2216c5763e318e4b321aef63cf67924f8d0 (diff) |
Lua: Move "pick up rod tip" help to C
Diffstat (limited to 'lib/scpt/help.lua')
-rw-r--r-- | lib/scpt/help.lua | 13 |
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"] = { |