mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-01 10:30:16 +01:00
[Feb 08 2010] - Rumble
Added another define for Windows MSVC users to hide useless warnings. (thanks Kyle) Added CIRCLE_WINDOWS check for tell m-w usage of getpid(). (thanks Kyle) Changed zcheck to ignore object type TRASH when checking for a cost of 0. Changed teleport level to LVL_BUILDER.
This commit is contained in:
parent
fc5442ad48
commit
7af7f1d8fa
6 changed files with 355 additions and 3 deletions
|
|
@ -294,7 +294,7 @@ cpp_extern const struct command_info cmd_info[] = {
|
|||
{ "tell" , "t" , POS_DEAD , do_tell , 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_GOD, 0 },
|
||||
{ "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 },
|
||||
{ "title" , "title" , POS_DEAD , do_title , 0, 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue