mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-05 20:07:19 +02:00
Listen update
This commit is contained in:
parent
7a23aba72d
commit
4d9fa5771e
9 changed files with 380 additions and 11 deletions
|
|
@ -190,6 +190,7 @@ cpp_extern const struct command_info cmd_info[] = {
|
|||
{ "last" , "last" , POS_DEAD , do_last , LVL_GOD, 0 },
|
||||
{ "leave" , "lea" , POS_STANDING, do_leave , 0, 0 },
|
||||
{ "list" , "lis" , POS_STANDING, do_not_here , 0, 0 },
|
||||
{ "listen" , "lisn" , POS_RESTING , do_listen , 0, 0 },
|
||||
{ "links" , "lin" , POS_STANDING, do_links , LVL_GOD, 0 },
|
||||
{ "lock" , "loc" , POS_SITTING , do_gen_door , 0, SCMD_LOCK },
|
||||
{ "load" , "load" , POS_DEAD , do_load , LVL_BUILDER, 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue