summaryrefslogtreecommitdiff
path: root/lib/mods/theme/scpt/help.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mods/theme/scpt/help.lua')
-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 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"] =
{