summaryrefslogtreecommitdiff
path: root/lib/scpt
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-07 20:36:15 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-08 06:18:08 +0200
commit1f9f122249c0828c206293ba0f757f9bfd016d8e (patch)
tree047a0ff55fe0544a1d974c5c5b111a119e45649b /lib/scpt
parent84f856b1ff1bdfad5114831fbea3fa87addc5377 (diff)
Lua: Move "Void Jumpgates" help to C
Diffstat (limited to 'lib/scpt')
-rw-r--r--lib/scpt/help.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/scpt/help.lua b/lib/scpt/help.lua
index 5350fec8..293de713 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_BETWEEN then return TRUE end end,
- ["desc"] =
- {
- "Void Jumpgates can be entered by pressing the > key. They will transport",
- "you to another jumpgate, but beware of the cold damage that might kill you.",
- }
-}
-
-ingame_help
-{
- ["hook"] = HOOK_MOVE,
["event"] = function(y, x) if cave(y, x).feat == FEAT_FOUNTAIN then return TRUE end end,
["desc"] =
{