summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-08 06:15:15 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-08 06:18:08 +0200
commitf1f703a9bec43282c25f93e97dab3706efe265fa (patch)
tree78afacd723946bb213f172707a31c575b0554e3e /lib
parent1f9f122249c0828c206293ba0f757f9bfd016d8e (diff)
Lua: Move "Fountain" help to C
Diffstat (limited to 'lib')
-rw-r--r--lib/mods/theme/scpt/help.lua11
-rw-r--r--lib/scpt/help.lua11
2 files changed, 0 insertions, 22 deletions
diff --git a/lib/mods/theme/scpt/help.lua b/lib/mods/theme/scpt/help.lua
index ca6fa6c6..e1feea19 100644
--- a/lib/mods/theme/scpt/help.lua
+++ b/lib/mods/theme/scpt/help.lua
@@ -9,17 +9,6 @@
ingame_help
{
["hook"] = HOOK_MOVE,
- ["event"] = function(y, x) if cave(y, x).feat == FEAT_FOUNTAIN then return TRUE end end,
- ["desc"] =
- {
- "Fountains are always magical. You can quaff from them by pressing H.",
- "Beware that unlike potions they cannot be identified.",
- }
-}
-
-ingame_help
-{
- ["hook"] = HOOK_MOVE,
["event"] = function(y, x) if cave(y, x).o_idx ~= 0 then return TRUE end end,
["desc"] =
{
diff --git a/lib/scpt/help.lua b/lib/scpt/help.lua
index 293de713..42fb9eeb 100644
--- a/lib/scpt/help.lua
+++ b/lib/scpt/help.lua
@@ -9,17 +9,6 @@
ingame_help
{
["hook"] = HOOK_MOVE,
- ["event"] = function(y, x) if cave(y, x).feat == FEAT_FOUNTAIN then return TRUE end end,
- ["desc"] =
- {
- "Fountains are always magical. You can quaff from them by pressing H.",
- "Beware that unlike potions they cannot be identified.",
- }
-}
-
-ingame_help
-{
- ["hook"] = HOOK_MOVE,
["event"] = function(y, x) if cave(y, x).o_idx ~= 0 then return TRUE end end,
["desc"] =
{