mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-01 15:01:45 +01:00
Lowered level of helpcheck to 32 from 34.
This commit is contained in:
@@ -35,6 +35,8 @@ export (QQ's a zone into a tarball)
|
|||||||
Xlist (mlist, olist, rlist, zlist, slist, tlist, qlist)
|
Xlist (mlist, olist, rlist, zlist, slist, tlist, qlist)
|
||||||
(lots of major bugfixes too)
|
(lots of major bugfixes too)
|
||||||
@
|
@
|
||||||
|
[Jum 19 2010] - Fizban
|
||||||
|
Changed Helpcheck from level 34 to level 32.
|
||||||
[Jun 07 2010] - Fizban
|
[Jun 07 2010] - Fizban
|
||||||
Enabled nohassled immortals to give cursed items to other players.
|
Enabled nohassled immortals to give cursed items to other players.
|
||||||
[May 19 2010] - Rumble
|
[May 19 2010] - Rumble
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ cpp_extern const struct command_info cmd_info[] = {
|
|||||||
{ "help" , "h" , POS_DEAD , do_help , 0, 0 },
|
{ "help" , "h" , POS_DEAD , do_help , 0, 0 },
|
||||||
{ "hedit" , "hedit" , POS_DEAD , do_oasis_hedit, LVL_GOD , 0 },
|
{ "hedit" , "hedit" , POS_DEAD , do_oasis_hedit, LVL_GOD , 0 },
|
||||||
{ "hindex" , "hind" , POS_DEAD , do_hindex , 0, 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 },
|
{ "hide" , "hi" , POS_RESTING , do_hide , 1, 0 },
|
||||||
{ "handbook" , "handb" , POS_DEAD , do_gen_ps , LVL_IMMORT, SCMD_HANDBOOK },
|
{ "handbook" , "handb" , POS_DEAD , do_gen_ps , LVL_IMMORT, SCMD_HANDBOOK },
|
||||||
{ "hcontrol" , "hcontrol", POS_DEAD , do_hcontrol , LVL_GRGOD, 0 },
|
{ "hcontrol" , "hcontrol", POS_DEAD , do_hcontrol , LVL_GRGOD, 0 },
|
||||||
|
|||||||
Reference in New Issue
Block a user