mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-22 02:00:13 +01:00
Several bug-fixes, and new medit stats submenu (with cedit option for advanced options)
This commit is contained in:
parent
5ab5838acc
commit
ac7b71c4ca
16 changed files with 1064 additions and 617 deletions
|
|
@ -313,6 +313,7 @@ cpp_extern const struct command_info cmd_info[] = {
|
|||
{ "wear" , "wea" , POS_RESTING , do_wear , 0, 0 },
|
||||
{ "weather" , "weather" , POS_RESTING , do_weather , 0, 0 },
|
||||
{ "who" , "wh" , POS_DEAD , do_who , 0, 0 },
|
||||
{ "whois" , "whoi" , POS_DEAD , do_whois , 0, 0 },
|
||||
{ "whoami" , "whoami" , POS_DEAD , do_gen_ps , 0, SCMD_WHOAMI },
|
||||
{ "where" , "where" , POS_RESTING , do_where , 1, 0 },
|
||||
{ "whisper" , "whisper" , POS_RESTING , do_spec_comm, 0, SCMD_WHISPER },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue