diff options
author | Bardur Arantsson <bardur@scientician.net> | 2012-06-08 17:59:43 +0200 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2012-06-08 17:59:43 +0200 |
commit | 01b96520e44540b08ce221253248307492bf6383 (patch) | |
tree | 4c169d94081f55688925f48198d5f80358e43da9 /lib/scpt/help.lua | |
parent | 6daf34377e6c0c1e1861d65c55d2df18e9e491d4 (diff) |
Lua: Move "pick up trap kit" 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 e7b9a662..1481a997 100644 --- a/lib/scpt/help.lua +++ b/lib/scpt/help.lua @@ -256,19 +256,6 @@ ingame_help ingame_help { - ["hook"] = HOOK_GET, - ["event"] = function(obj, idx) if obj.tval == TV_TRAPKIT then return TRUE end end, - ["desc"] = - { - "Ooooh, a trapping kit. If you have ability in the trapping skill,", - "you can lay this trap (via the 'm' key) to harm unsuspecting foes.", - "You'll generally need either some ammo or magic device depending", - "on the exact type of trap kit.", - } -} - -ingame_help -{ ["hook"] = HOOK_RECALC_SKILLS, ["event"] = function() if game.started and (get_melee_skills() > 1) then return TRUE end end, ["desc"] = |