summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-08 17:39:28 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-08 17:39:59 +0200
commite0e4d2216c5763e318e4b321aef63cf67924f8d0 (patch)
treec1d82108d6f46bf1a36778a0705e1f64176ebbfe /lib
parent0ade661fe361dae2f733587f1934e078fd4559fb (diff)
Lua: Move "pick up rod" help to C
Diffstat (limited to 'lib')
-rw-r--r--lib/mods/theme/scpt/help.lua12
-rw-r--r--lib/scpt/help.lua12
2 files changed, 0 insertions, 24 deletions
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
@@ -291,18 +291,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,
["event"] = function(obj, idx) if obj.tval == TV_ROD then return TRUE end end,
["desc"] =
{
diff --git a/lib/scpt/help.lua b/lib/scpt/help.lua
index c6597521..189805fb 100644
--- a/lib/scpt/help.lua
+++ b/lib/scpt/help.lua
@@ -257,18 +257,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,
["event"] = function(obj, idx) if obj.tval == TV_ROD then return TRUE end end,
["desc"] =
{