version 1.40 | | version 1.41 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.40 2003/09/16 04:58:07 temitchell Exp $"; | | * "$Id: commands.c,v 1.41 2004/05/24 21:00:17 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"cast", command_cast, 0.2}, /* Is this right? */ | | {"cast", command_cast, 0.2}, /* Is this right? */ |
{"disarm", command_disarm, 1.0}, | | {"disarm", command_disarm, 1.0}, |
{"dm", command_dm, 0.0}, | | {"dm", command_dm, 0.0}, |
| | {"dmhide", command_dmhide, 0.0}, /* Like dm, but don't tell a dm arrived, hide player */ |
{"drop", command_drop, 1.0}, | | {"drop", command_drop, 1.0}, |
{"dropall", command_dropall, 1.0}, | | {"dropall", command_dropall, 1.0}, |
{"examine", command_examine, 0.5}, | | {"examine", command_examine, 0.5}, |