summaryrefslogtreecommitdiff
path: root/lib/mods/theme/scpt
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-08 18:40:12 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-08 18:40:12 +0200
commit5867e77c9fd84033ec54c565e0d0759860c2a2c1 (patch)
tree9ef077df70e57f3b208eceba3f8ec0de4a9bf6f6 /lib/mods/theme/scpt
parentc1e4d667aaa5b99f87a99dc32131b8e941cebd35 (diff)
Lua: Move wilderness help to C
Diffstat (limited to 'lib/mods/theme/scpt')
-rw-r--r--lib/mods/theme/scpt/help.lua16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/mods/theme/scpt/help.lua b/lib/mods/theme/scpt/help.lua
index e6f3a8b1..ffe7bc06 100644
--- a/lib/mods/theme/scpt/help.lua
+++ b/lib/mods/theme/scpt/help.lua
@@ -6,22 +6,6 @@
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
--- Beware this one, if Bree is moved from 21, 34 (y, x) on the wilderness map it will break
-ingame_help
-{
- ["hook"] = HOOK_END_TURN,
- ["event"] = function(y, x)
- if ((player.wilderness_x ~= 34) or (player.wilderness_y ~= 21) and (player.astral == FALSE)) then return TRUE end
- end,
- ["desc"] =
- {
- "Ahh wilderness travel... The overview mode will allow you to travel",
- "fast, but that comes to the cost of GREATLY increased food consumption.",
- "So you should bring lots of food and really watch your hunger status.",
- "To enter the overview mode, press < while in the wilderness.",
- }
-}
-
ingame_help
{
["hook"] = HOOK_PLAYER_LEVEL,