Say and talk update

This commit is contained in:
kinther 2025-12-15 19:53:08 -08:00
parent b883a72bb9
commit 5dcc018fcd
4 changed files with 522 additions and 48 deletions

View file

@ -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 },