From e0e4d2216c5763e318e4b321aef63cf67924f8d0 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Fri, 8 Jun 2012 17:39:28 +0200 Subject: Lua: Move "pick up rod" help to C --- lib/mods/theme/scpt/help.lua | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'lib/mods/theme/scpt/help.lua') diff --git a/lib/mods/theme/scpt/help.lua b/lib/mods/theme/scpt/help.lua index 7ab4871f..1273eab4 100644 --- a/lib/mods/theme/scpt/help.lua +++ b/lib/mods/theme/scpt/help.lua @@ -288,18 +288,6 @@ ingame_help } } -ingame_help -{ - ["hook"] = HOOK_GET, - ["event"] = function(obj, idx) if obj.tval == TV_ROD_MAIN then return TRUE end end, - ["desc"] = - { - "This is a rod. You will need to attach a rod tip to it before you", - "can use it. This main part of the rod may give the rod bonuses", - "like quicker charging time, or a larger capacity for charges.", - } -} - ingame_help { ["hook"] = HOOK_GET, -- cgit v1.2.3