summaryrefslogtreecommitdiff
path: root/lib/mods/theme
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-08 17:36:02 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-08 17:39:52 +0200
commit0ade661fe361dae2f733587f1934e078fd4559fb (patch)
treecce41d4f4d3d0cd85ccad5b23248b73cf0abf506 /lib/mods/theme
parent0bad18e026e1fd9254191aa8d41f2d4c1b5ce19b (diff)
Lua: Move "pick up rune" help to C
Diffstat (limited to 'lib/mods/theme')
-rw-r--r--lib/mods/theme/scpt/help.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/mods/theme/scpt/help.lua b/lib/mods/theme/scpt/help.lua
index 98f3c9a9..7ab4871f 100644
--- a/lib/mods/theme/scpt/help.lua
+++ b/lib/mods/theme/scpt/help.lua
@@ -291,17 +291,6 @@ ingame_help
ingame_help
{
["hook"] = HOOK_GET,
- ["event"] = function(obj, idx) if obj.tval == TV_RUNE1 or obj.tval == TV_RUNE2 then return TRUE end end,
- ["desc"] =
- {
- "Ah, a rune! Runes are used with the Runecraft skill to allow you to",
- "create spells on your own.",
- }
-}
-
-ingame_help
-{
- ["hook"] = HOOK_GET,
["event"] = function(obj, idx) if obj.tval == TV_ROD_MAIN then return TRUE end end,
["desc"] =
{