version 1.35 | | version 1.36 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.35 2003/06/30 19:14:13 tchize Exp $"; | | * "$Id: commands.c,v 1.36 2003/07/24 04:21:14 temitchell Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"style_info", command_style_map_info, 0.0}, /* Costly command, so make it wiz only */ | | {"style_info", command_style_map_info, 0.0}, /* Costly command, so make it wiz only */ |
{"summon", command_summon,0.0}, | | {"summon", command_summon,0.0}, |
{"teleport", command_teleport,0.0}, | | {"teleport", command_teleport,0.0}, |
| | {"toggle_shout", command_toggle_shout,0.0}, |
{"wizpass", command_wizpass,0.0}, | | {"wizpass", command_wizpass,0.0}, |
{"overlay_save", command_save_overlay, 0.0}, | | {"overlay_save", command_save_overlay, 0.0}, |
{"possess", command_possess, 0.0}, | | {"possess", command_possess, 0.0}, |