mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-31 17:37:22 +02:00
Think command for RP
This commit is contained in:
parent
a793607b11
commit
5bdcba2a30
3 changed files with 52 additions and 0 deletions
|
|
@ -297,6 +297,7 @@ cpp_extern const struct command_info cmd_info[] = {
|
|||
{ "teleport" , "tele" , POS_DEAD , do_teleport , LVL_BUILDER, 0 },
|
||||
{ "tedit" , "tedit" , POS_DEAD , do_tedit , LVL_GOD, 0 }, /* XXX: Oasisify */
|
||||
{ "thaw" , "thaw" , POS_DEAD , do_wizutil , LVL_GRGOD, SCMD_THAW },
|
||||
{ "think" , "thin" , POS_RESTING , do_think , 0, 0 },
|
||||
{ "title" , "title" , POS_DEAD , do_title , LVL_IMMORT, 0 },
|
||||
{ "time" , "time" , POS_DEAD , do_time , 0, 0 },
|
||||
{ "toggle" , "toggle" , POS_DEAD , do_toggle , 0, 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue