mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-29 16:37:21 +02:00
Say and talk update
This commit is contained in:
parent
b883a72bb9
commit
5dcc018fcd
4 changed files with 522 additions and 48 deletions
|
|
@ -293,6 +293,7 @@ cpp_extern const struct command_info cmd_info[] = {
|
|||
{ "switch" , "switch" , POS_DEAD , do_switch , LVL_GOD, 0 },
|
||||
|
||||
{ "tell" , "t" , POS_DEAD , do_tell , LVL_IMMORT, 0 },
|
||||
{ "talk" , "talk" , POS_SITTING , do_talk , 0, 0 },
|
||||
{ "take" , "ta" , POS_RESTING , do_get , 0, 0 },
|
||||
{ "taste" , "tas" , POS_RESTING , do_eat , 0, SCMD_TASTE },
|
||||
{ "teleport" , "tele" , POS_DEAD , do_teleport , LVL_BUILDER, 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue