From b55af0800231f7ea0f59135294ebfd580013843e Mon Sep 17 00:00:00 2001 From: Fizban Date: Sun, 20 Jun 2010 03:12:52 +0000 Subject: [PATCH] Lowered level of helpcheck to 32 from 34. --- changelog | 2 ++ src/interpreter.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 3879aeb..1843f4b 100644 --- a/changelog +++ b/changelog @@ -35,6 +35,8 @@ export (QQ's a zone into a tarball) Xlist (mlist, olist, rlist, zlist, slist, tlist, qlist) (lots of major bugfixes too) @ +[Jum 19 2010] - Fizban + Changed Helpcheck from level 34 to level 32. [Jun 07 2010] - Fizban Enabled nohassled immortals to give cursed items to other players. [May 19 2010] - Rumble diff --git a/src/interpreter.c b/src/interpreter.c index 9a77c0d..709e223 100644 --- a/src/interpreter.c +++ b/src/interpreter.c @@ -160,7 +160,7 @@ cpp_extern const struct command_info cmd_info[] = { { "help" , "h" , POS_DEAD , do_help , 0, 0 }, { "hedit" , "hedit" , POS_DEAD , do_oasis_hedit, LVL_GOD , 0 }, { "hindex" , "hind" , POS_DEAD , do_hindex , 0, 0 }, - { "helpcheck", "helpch" , POS_DEAD , do_helpcheck, LVL_IMPL, 0 }, + { "helpcheck", "helpch" , POS_DEAD , do_helpcheck, LVL_GOD, 0 }, { "hide" , "hi" , POS_RESTING , do_hide , 1, 0 }, { "handbook" , "handb" , POS_DEAD , do_gen_ps , LVL_IMMORT, SCMD_HANDBOOK }, { "hcontrol" , "hcontrol", POS_DEAD , do_hcontrol , LVL_GRGOD, 0 },