mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-27 14:46:33 +01:00
Remove practice command, add skills command, remove guild special room assignment
This commit is contained in:
parent
31e46e739d
commit
5a19b015e3
11 changed files with 27 additions and 139 deletions
|
|
@ -232,7 +232,6 @@ cpp_extern const struct command_info cmd_info[] = {
|
|||
{ "put" , "p" , POS_RESTING , do_put , 0, 0 },
|
||||
{ "peace" , "pe" , POS_DEAD , do_peace , LVL_BUILDER, 0 },
|
||||
{ "pick" , "pi" , POS_STANDING, do_gen_door , 1, SCMD_PICK },
|
||||
{ "practice" , "pr" , POS_RESTING , do_practice , 1, 0 },
|
||||
{ "page" , "pag" , POS_DEAD , do_page , 1, 0 },
|
||||
{ "pardon" , "pardon" , POS_DEAD , do_wizutil , LVL_GOD, SCMD_PARDON },
|
||||
{ "plist" , "plist" , POS_DEAD , do_plist , LVL_GOD, 0 },
|
||||
|
|
@ -283,6 +282,7 @@ cpp_extern const struct command_info cmd_info[] = {
|
|||
{ "send" , "send" , POS_SLEEPING, do_send , LVL_GOD, 0 },
|
||||
{ "set" , "set" , POS_DEAD , do_set , LVL_IMMORT, 0 },
|
||||
{ "shout" , "sho" , POS_RESTING , do_gen_comm , 0, SCMD_SHOUT },
|
||||
{ "skills" , "sk" , POS_SLEEPING, do_skills , 0, 0 },
|
||||
{ "show" , "show" , POS_DEAD , do_show , LVL_IMMORT, 0 },
|
||||
{ "shutdow" , "shutdow" , POS_DEAD , do_shutdown , LVL_IMPL, 0 },
|
||||
{ "shutdown" , "shutdown", POS_DEAD , do_shutdown , LVL_IMPL, SCMD_SHUTDOWN },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue