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.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,