diff options
author | Bardur Arantsson <bardur@scientician.net> | 2012-06-08 18:40:12 +0200 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2012-06-08 18:40:12 +0200 |
commit | 5867e77c9fd84033ec54c565e0d0759860c2a2c1 (patch) | |
tree | 9ef077df70e57f3b208eceba3f8ec0de4a9bf6f6 /lib/scpt/help.lua | |
parent | c1e4d667aaa5b99f87a99dc32131b8e941cebd35 (diff) |
Lua: Move wilderness help to C
Diffstat (limited to 'lib/scpt/help.lua')
-rw-r--r-- | lib/scpt/help.lua | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/scpt/help.lua b/lib/scpt/help.lua index b03e8d9d..87121baf 100644 --- a/lib/scpt/help.lua +++ b/lib/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, |