summaryrefslogtreecommitdiff
path: root/lib/mods
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-08 17:25:11 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-08 17:39:45 +0200
commit0bad18e026e1fd9254191aa8d41f2d4c1b5ce19b (patch)
tree74d2f9e24f91b824ee7d84fd7186f11740a4173e /lib/mods
parent7573056e431112f1f1c0e513fae36efa06ffaac9 (diff)
Lua: Move "pick up essence" help to C
Diffstat (limited to 'lib/mods')
-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 decad717..98f3c9a9 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_BATERIE then return TRUE end end,
- ["desc"] =
- {
- "Ah, an essence! Those magical containers stores energies. They are used",
- "with the Alchemy skill to create or modify the powers of items.",
- }
-}
-
-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"] =
{