From 0ade661fe361dae2f733587f1934e078fd4559fb Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Fri, 8 Jun 2012 17:36:02 +0200 Subject: Lua: Move "pick up rune" help to C --- lib/mods/theme/scpt/help.lua | 11 ----------- 1 file changed, 11 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 98f3c9a9..7ab4871f 100644 --- a/lib/mods/theme/scpt/help.lua +++ b/lib/mods/theme/scpt/help.lua @@ -288,17 +288,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, -- cgit v1.2.3